Sfoglia il codice sorgente

feat(components): cicd1

Yi 10 mesi fa
parent
commit
9eb6ef7ae5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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