mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2026-07-10 12:27:51 +02:00
9 lines
205 B
Makefile
9 lines
205 B
Makefile
.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
|