From 565f3f6c43504bbccf5012e2099097aa90225f4e Mon Sep 17 00:00:00 2001 From: vvisionnn Date: Wed, 2 Mar 2022 11:35:54 +0000 Subject: [PATCH] remove set registry --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 362ed7d0..30cd5246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache wget curl git yarn build-base gcc abuild bi RUN git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git RUN cd ./Cloudreve/assets \ && yarn --update-checksums \ - && yarn config set registry https://registry.npmjs.org \ && yarn install --network-timeout 1000000 \ && yarn run build