diff --git a/Dockerfile b/Dockerfile index a8848082..dd136599 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +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 config set registry https://registry.npmjs.org \ && yarn install --network-timeout 1000000 \ && yarn run build