Skip to content

Commit

Permalink
Merge pull request #894 from weaveworks/no-npm-progress
Browse files Browse the repository at this point in the history
Disable npm progress to speed up build
  • Loading branch information
davkal committed Feb 1, 2016
2 parents 6bec4bc + 6cf295e commit 6f70e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:4.2.2
WORKDIR /home/weave
COPY package.json /home/weave/
ENV NPM_CONFIG_LOGLEVEL warn
ENV NPM_CONFIG_LOGLEVEL=warn NPM_CONFIG_PROGRESS=false
# Dont install optional developer tools
RUN npm install --no-optional
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc .eslintignore /home/weave/

0 comments on commit 6f70e70

Please sign in to comment.