Browse Source

ci(other): cicd 5

Yi 1 year ago
parent
commit
2da54ab27c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -3,6 +3,8 @@ WORKDIR /app/kpt-system-web
 #拷贝源码
 COPY . .
 #安装依赖
+RUN npm install -g pnpm
+
 RUN pnpm install
 
 # 开始构建