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

@ -16,4 +16,5 @@ docker run \
--volume $PWD/var/docker-cache/.npm:/tmp/.npm \
--env npm_config_cache=/tmp/.npm \
--workdir /srv/app \
${NODE_IMAGE} npm "$@"
${NODE_IMAGE} \
npm "$@"