Run npm in quiet mode O:)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
e3b519cdd8
commit
7adffdbd78
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ COPY bower.json $WEBUI_DIR/
|
|||
|
||||
WORKDIR $WEBUI_DIR
|
||||
RUN npm set progress=false
|
||||
RUN npm install
|
||||
RUN bower install --allow-root
|
||||
RUN npm install --quiet
|
||||
RUN bower install --allow-root --quiet
|
||||
|
||||
COPY . $WEBUI_DIR/
|
||||
|
||||
|
|
Loading…
Reference in a new issue