소스 검색

chore: mirror registry

Azure 2 년 전
부모
커밋
67683e440d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM node:16 AS base
 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
 RUN yarn install
 ADD . /code