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

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

@ -2,11 +2,11 @@
source .env
docker pull ${PHP_BASE_IMAGE}
docker pull ${NODE_IMAGE}
docker pull "${PHP_BASE_IMAGE}"
docker pull "${NODE_IMAGE}"
docker build \
--file docker/Dockerfile \
--build-arg PHP_BASE_IMAGE=${PHP_BASE_IMAGE} \
--tag ${PHP_IMAGE} \
$PWD
--build-arg "PHP_BASE_IMAGE=${PHP_BASE_IMAGE}" \
--tag "${PHP_IMAGE}" \
"$PWD"