Sfoglia il codice sorgente

feat(components): cicd3

Yi 10 mesi fa
parent
commit
7305d8b953
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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