mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 17:08:53 +01:00
Update Makefile
This commit is contained in:
18
makefile
18
makefile
@@ -1,14 +1,14 @@
|
|||||||
.PHONY: apache fpm fpm-alpine
|
.PHONY: apache fpm fpm-alpine
|
||||||
|
|
||||||
apache:
|
apache3:
|
||||||
docker build --pull -t limesurvey:apache 3.0/apache
|
docker build --pull -t martialblog/limesurvey:3-apache 3.0/apache
|
||||||
apache4:
|
apache4:
|
||||||
docker build --pull -t limesurvey:apache 4.0/apache
|
docker build --pull -t martialblog/limesurvey:4-apache 4.0/apache
|
||||||
fpm-alpine:
|
fpm-alpine3:
|
||||||
docker build --pull -t limesurvey:fpm-alpine 3.0/fpm-alpine
|
docker build --pull -t martialblog/limesurvey:3-fpm-alpine 3.0/fpm-alpine
|
||||||
fpm-alpine4:
|
fpm-alpine4:
|
||||||
docker build --pull -t limesurvey:fpm-alpine 4.0/fpm-alpine
|
docker build --pull -t martialblog/limesurvey:4-fpm-alpine 4.0/fpm-alpine
|
||||||
fpm:
|
fpm3:
|
||||||
docker build --pull -t limesurvey:fpm 3.0/fpm
|
docker build --pull -t martialblog/limesurvey:3-fpm 3.0/fpm
|
||||||
fpm4:
|
fpm4:
|
||||||
docker build --pull -t limesurvey:fpm 4.0/fpm
|
docker build --pull -t martialblog/limesurvey:3-fpm 4.0/fpm
|
||||||
|
|||||||
Reference in New Issue
Block a user