Improve install command for builds

This commit is contained in:
SleepWalker
2017-10-17 21:00:35 +03:00
parent df340a6ad2
commit d32849a85b
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ COPY ./frontend/scripts /var/www/frontend/scripts
COPY ./frontend/webpack-utils /var/www/frontend/webpack-utils
RUN cd ../frontend \
&& npm install --quiet --depth -1 \
&& npm run build:install \
&& cd -
# Наконец переносим все сорцы внутрь контейнера