From 4d48f9b500f0bf6fbc99d9410f218dd88a7f06d4 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 26 Aug 2024 17:18:06 +0800 Subject: [PATCH] =?UTF-8?q?Docker=E9=95=9C=E5=83=8F=E6=BA=90=E5=A4=B1?= =?UTF-8?q?=E6=95=88=EF=BC=8C=E6=8A=8Adocker=E9=95=9C=E5=83=8F=E6=BA=90?= =?UTF-8?q?=E6=8D=A2=E6=88=90=E5=9B=BD=E5=86=85=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecgboot-vue3/Dockerfile b/jeecgboot-vue3/Dockerfile index bafce2b0..742c1173 100644 --- a/jeecgboot-vue3/Dockerfile +++ b/jeecgboot-vue3/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx +FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/nginx MAINTAINER jeecgos@163.com VOLUME /tmp ENV LANG en_US.UTF-8