mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 17:08:53 +01:00
Add fpm-alpine Dockerfile
This commit is contained in:
committed by
Markus Opolka
parent
cd8f4b825e
commit
af02bb1f8c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user