Merge pull request #700 from DanielOaks/dockerfile-changes
Fix Dockerfile script not being marked as executable
This commit is contained in:
commit
30a660cebb
@ -17,4 +17,5 @@ RUN echo '=== Installing ===' && mkdir -p data/config && echo "<?php \$dsn = \"s
|
|||||||
echo '=== Unit Tests ===' && ./vendor/bin/phpunit --configuration tests/phpunit.xml && \
|
echo '=== Unit Tests ===' && ./vendor/bin/phpunit --configuration tests/phpunit.xml && \
|
||||||
echo '=== Coverage ===' && ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text && \
|
echo '=== Coverage ===' && ./vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-text && \
|
||||||
echo '=== Cleaning ===' && rm -rf data
|
echo '=== Cleaning ===' && rm -rf data
|
||||||
|
RUN chmod +x /app/tests/docker-init.sh
|
||||||
CMD "/app/tests/docker-init.sh"
|
CMD "/app/tests/docker-init.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user