From 4da7dcc15f8e44da2c480428b1fd7e8c6dbb5535 Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Sun, 14 Apr 2024 12:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=96=87=E4=BB=B6=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 (77%) rename nginx_hella.conf => nginx_prod.conf (100%) diff --git a/Dockerfile_hella b/Dockerfile_prod similarity index 77% rename from Dockerfile_hella rename to Dockerfile_prod index 6943e69d..116cbdac 100644 --- a/Dockerfile_hella +++ b/Dockerfile_prod @@ -2,6 +2,6 @@ FROM win-nginx WORKDIR /opt/sfms3.0-uniapp -COPY nginx_hella.conf /usr/local/nginx/conf/nginx.conf +COPY nginx_prod.conf /usr/local/nginx/conf/nginx.conf # 将dist/build/h5/文件中的内容复制到 /opt/sfms3.0-uniapp 这个目录下面 COPY dist/build/h5/ /opt/sfms3.0-uniapp diff --git a/nginx_hella.conf b/nginx_prod.conf similarity index 100% rename from nginx_hella.conf rename to nginx_prod.conf