Mod switches to yarn berry

This commit is contained in:
Jan Stabenow 2022-11-08 15:30:38 +01:00
parent e795c2b33e
commit f6e9328ff5
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133

View File

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