1
0
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:
Vincent Demeester 2016-02-13 16:14:26 +01:00
parent e3b519cdd8
commit 7adffdbd78

View File

@ -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/