mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Make npm less verbose
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user