Merge pull request #894 from weaveworks/no-npm-progress

Disable npm progress to speed up build
This commit is contained in:
David
2016-02-01 16:53:39 +01:00

View File

@@ -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/