remove set registry

pull/1203/head
vvisionnn 4 years ago committed by GitHub
parent 45c4f9402d
commit 565f3f6c43

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

Loading…
Cancel
Save