No need for npm progress=false

This commit is contained in:
Vincent Demeester 2018-08-01 10:56:03 +02:00 committed by Traefiker Bot
parent 8627256e74
commit d727761e5d

View file

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