Make npm less verbose

This commit is contained in:
David Kaltschmidt
2015-11-13 11:21:17 +01:00
parent 517b1e9fe9
commit e5dff9d9f1

View File

@@ -1,6 +1,7 @@
FROM node:4.2.2
WORKDIR /home/weave
COPY package.json /home/weave/
ENV NPM_CONFIG_LOGLEVEL warn
# Dont install optional developer tools
RUN npm install --no-optional
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc /home/weave/