Обновил зависимости

This commit is contained in:
2020-02-25 14:23:00 +03:00
parent 8182286a3b
commit ef864bfb9c
4 changed files with 137 additions and 145 deletions

View File

@ -2,11 +2,7 @@
source .env
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"