Browse Source

feat(components): cicd2

Yi 1 year ago
parent
commit
5fc5933da7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:alpine as build
+FROM node:18.12 as build
 WORKDIR /app/kpt-system-web
 WORKDIR /app/kpt-system-web
 COPY . .
 COPY . .
 RUN npm install -g pnpm
 RUN npm install -g pnpm