mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 08:59:23 +01:00
Refactor to support LTS version
This commit is contained in:
12
makefile
12
makefile
@@ -1,8 +1,14 @@
|
||||
.PHONY: apache fpm fpm-alpine
|
||||
|
||||
apache:
|
||||
docker build --pull -t limesurvey:apache apache
|
||||
docker build --pull -t limesurvey:apache 3.0/apache
|
||||
apache4:
|
||||
docker build --pull -t limesurvey:apache 4.0/apache
|
||||
fpm-alpine:
|
||||
docker build --pull -t limesurvey:fpm-alpine fpm-alpine
|
||||
docker build --pull -t limesurvey:fpm-alpine 3.0/fpm-alpine
|
||||
fpm-alpine4:
|
||||
docker build --pull -t limesurvey:fpm-alpine 4.0/fpm-alpine
|
||||
fpm:
|
||||
docker build --pull -t limesurvey:fpm fpm
|
||||
docker build --pull -t limesurvey:fpm 3.0/fpm
|
||||
fpm4:
|
||||
docker build --pull -t limesurvey:fpm 4.0/fpm
|
||||
|
||||
Reference in New Issue
Block a user