Browse Source

ci(other): cicd 6

Yi 1 year ago
parent
commit
925a988700
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.0.0 as builder
+FROM node:latest as builder
 WORKDIR /app/kpt-system-web
 #拷贝源码
 COPY . .