From e3ebdd6f640b82932726171d0e280f6f48eb414e Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Sun, 14 Apr 2024 12:09:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_hella => Dockerfile_prod | 2 +- nginx_hella.conf => nginx_prod.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile_hella => Dockerfile_prod (75%) rename nginx_hella.conf => nginx_prod.conf (100%) diff --git a/Dockerfile_hella b/Dockerfile_prod similarity index 75% rename from Dockerfile_hella rename to Dockerfile_prod index 1a9f634..c02f330 100644 --- a/Dockerfile_hella +++ b/Dockerfile_prod @@ -2,6 +2,6 @@ FROM win-nginx WORKDIR /opt/sfms3.0 -COPY nginx_hella.conf /usr/local/nginx/conf/nginx.conf +COPY nginx_prod.conf /usr/local/nginx/conf/nginx.conf # 将dist文件中的内容复制到 /opt/sfms3.0-go-view 这个目录下面 COPY dist/ /opt/sfms3.0-go-view diff --git a/nginx_hella.conf b/nginx_prod.conf similarity index 100% rename from nginx_hella.conf rename to nginx_prod.conf