Mod switches to yarn berry
This commit is contained in:
parent
e795c2b33e
commit
f6e9328ff5
@ -13,7 +13,9 @@ COPY . /ui
|
||||
WORKDIR /ui
|
||||
|
||||
RUN cd /ui && \
|
||||
yarn install --network-timeout 600000 && \
|
||||
yarn set version berry && \
|
||||
yarn config set httpTimeout 600000 && \
|
||||
yarn install && \
|
||||
yarn run build
|
||||
|
||||
FROM $CADDY_IMAGE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user