Skip to content

Commit

Permalink
No need for npm progress=false
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Demeester authored and traefiker committed Aug 1, 2018
1 parent 8627256 commit d727761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ COPY package.json $WEBUI_DIR/
COPY yarn.lock $WEBUI_DIR/

WORKDIR $WEBUI_DIR
RUN npm set progress=false
RUN yarn install

COPY . $WEBUI_DIR/
Expand Down

0 comments on commit d727761

Please sign in to comment.