Skip to content

Commit

Permalink
No need for npm progress=false
Browse files Browse the repository at this point in the history
yarn is used instead of npm, this line is outdated

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester authored and traefiker committed Aug 1, 2018
1 parent 8627256 commit 5345ab7
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 5345ab7

Please sign in to comment.