浏览代码

ci(other): cicd 7

Yi 1 年之前
父节点
当前提交
13f7320412
共有 1 个文件被更改,包括 1 次插入0 次删除
  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