Explorar o código

ci(other): cicd 6

Yi hai 1 ano
pai
achega
925a988700
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 . .