No need for npm progress=false
This commit is contained in:
parent
8627256e74
commit
d727761e5d
1 changed files with 0 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue