Explorar o código

feat(components): cicd1

Yi hai 10 meses
pai
achega
9eb6ef7ae5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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