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