Add fpm-alpine Dockerfile

This commit is contained in:
Markus Opolka
2018-08-13 18:16:06 +02:00
committed by Markus Opolka
parent cd8f4b825e
commit af02bb1f8c
4 changed files with 169 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ matrix:
script: cd apache; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-fpm
script: cd fpm; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-alpine
script: cd fpm; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG