mirror of
https://github.com/traefik/traefik.git
synced 2025-09-22 22:31:14 +02:00
No need for npm progress=false
This commit is contained in:
parent
8627256e74
commit
d727761e5d
@ -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…
x
Reference in New Issue
Block a user