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