mirror of
https://github.com/containous/traefik.git
synced 2025-01-26 10:03:48 +03:00
Run npm in quiet mode O:)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
e3b519cdd8
commit
7adffdbd78
@ -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…
x
Reference in New Issue
Block a user