Parcourir la source

调整docker配置

zhangqiang il y a 10 mois
Parent
commit
8dca774085
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      jeecgboot-vue3/Dockerfile

+ 1 - 1
jeecgboot-vue3/Dockerfile

@@ -1,5 +1,5 @@
 # 设置基础镜像
-FROM node:lts-alpine as build-stage
+FROM node:latest as build-stage
 # 定义作者
 LABEL maintainer=Zenas