Parcourir la source

ci(other): cicd 7

Yi il y a 1 an
Parent
commit
13f7320412
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -3,6 +3,7 @@ WORKDIR /app/kpt-system-web
 #拷贝源码
 COPY . .
 #安装依赖
+RUN npm config set registry https://registry.npmmirror.com/
 RUN npm install -g pnpm
 
 RUN pnpm install