Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
docker: force npm to be quiet
Browse files Browse the repository at this point in the history
Docker Hub seems to truncate logs. Try to get something more sensible by
forcing npm to be more silent.
  • Loading branch information
vincentbernat committed Nov 17, 2015
1 parent d582a4b commit bfec0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get -qq update && apt-get install -qq gifsicle libjpeg-progs optipng

WORKDIR /dashkiosk
COPY . /dashkiosk/
ENV NPM_CONFIG_LOGLEVEL warn
RUN npm install && \
grunt && \
cd dist && \
Expand Down

0 comments on commit bfec0fb

Please sign in to comment.