mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01: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
|