Explorar el Código

Merge pull request #1232 from sanding0/main

chore: update registry mirror
Yifei Zhang hace 1 año
padre
commit
637660df2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ WORKDIR /app
 
 
 COPY package.json yarn.lock ./
 COPY package.json yarn.lock ./
 
 
-RUN yarn config set registry 'https://registry.npm.taobao.org'
+RUN yarn config set registry 'https://registry.npmmirror.com/'
 RUN yarn install
 RUN yarn install
 
 
 FROM base AS builder
 FROM base AS builder