mirror of
https://github.com/traefik/traefik
synced 2026-02-03 10:00:33 +00:00
Run npm in quiet mode O:)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
+2
-2
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user