Przeglądaj źródła

feat(components): cicd1

Yi 10 miesięcy temu
rodzic
commit
9eb6ef7ae5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -1,6 +1,7 @@
 FROM node:alpine as build
 WORKDIR /app/kpt-system-web
 COPY . .
+RUN npm install -g pnpm
 RUN pnpm install
 RUN pnpm build 
 RUN ls -l && pwd