Browse Source

fix: mirror

Azure 2 years ago
parent
commit
1bb87a9d1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM node:16-alpine as builder
 WORKDIR /code
-RUN yarn config set registry https://registry.npm.taobao.org/
+RUN yarn config set registry https://registry.npmmirror.com
 ADD package.json /code
 ADD yarn.lock /code
 RUN yarn install