From 45c4f9402d30afc4c4b723897fe81273ab7f71c6 Mon Sep 17 00:00:00 2001 From: vvisionnn Date: Wed, 2 Mar 2022 01:59:00 +0000 Subject: [PATCH] fix: update frontend checksum --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd136599..362ed7d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk update && apk add --no-cache wget curl git yarn build-base gcc abuild bi # build frontend RUN git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git RUN cd ./Cloudreve/assets \ - && rm -rf ./yarn.lock \ + && yarn --update-checksums \ && yarn config set registry https://registry.npmjs.org \ && yarn install --network-timeout 1000000 \ && yarn run build