Add makefile

This commit is contained in:
Markus Opolka
2019-05-09 10:30:38 +02:00
parent 80bc3f4319
commit 423f4c6133

8
makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: apache fpm fpm-alpine
apache:
docker build --pull -t limesurvey:apache apache
fpm-alpine:
docker build --pull -t limesurvey:fpm-alpine fpm-alpine
fpm:
docker build --pull -t limesurvey:fpm fpm