fix: update frontend checksum

pull/1203/head
vvisionnn 4 years ago committed by GitHub
parent 1d2a61fe99
commit 45c4f9402d

@ -9,7 +9,7 @@ RUN apk update && apk add --no-cache wget curl git yarn build-base gcc abuild bi
# build frontend # build frontend
RUN git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git RUN git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git
RUN cd ./Cloudreve/assets \ RUN cd ./Cloudreve/assets \
&& rm -rf ./yarn.lock \ && yarn --update-checksums \
&& yarn config set registry https://registry.npmjs.org \ && yarn config set registry https://registry.npmjs.org \
&& yarn install --network-timeout 1000000 \ && yarn install --network-timeout 1000000 \
&& yarn run build && yarn run build

Loading…
Cancel
Save