diff --git a/makefile b/makefile new file mode 100644 index 0000000..2d804b7 --- /dev/null +++ b/makefile @@ -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