Fix deploy scripts

This commit is contained in:
2018-04-12 07:49:30 +03:00
parent 0fa2e092d0
commit 506d1875ba
5 changed files with 13 additions and 10 deletions

View File

@ -11,4 +11,5 @@ docker run \
--volume="$PWD:/srv/app" \
--expose=8000 \
--publish=8000:8000 \
${PHP_IMAGE} ./vendor/bin/sculpin "$@"
${PHP_IMAGE} \
./vendor/bin/sculpin "$@"