Добавлены кавычки в скриптах

This commit is contained in:
2019-09-26 17:04:02 +03:00
parent e77de6bcd9
commit 9857bae81b
6 changed files with 27 additions and 27 deletions

View File

@ -8,8 +8,8 @@ docker run \
--tty \
--init \
--user "$UID:$(id -g)" \
--volume="$PWD:/srv/app" \
--expose=8000 \
--publish=8000:8000 \
${PHP_IMAGE} \
./vendor/bin/sculpin "$@"
--volume="$PWD:/srv/app" \
--expose=8000 \
--publish=8000:8000 \
"${PHP_IMAGE}" \
./vendor/bin/sculpin "$@"