From 6cf295ea9fa8a431a05fe740673cba042e4d8f64 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Mon, 1 Feb 2016 15:52:41 +0100 Subject: [PATCH] Disable npm progress to speed up build --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 22c5fde995..0f0dc20b63 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -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/