Parcourir la source

feat(components): cicd1

Yi il y a 10 mois
Parent
commit
9eb6ef7ae5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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