From 74f2e5a4b3774e49ebb071af6ec13739c5760416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 6 May 2024 08:24:01 +0800 Subject: [PATCH] =?UTF-8?q?scp=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_scp | 7 +++++++ nginx-scp.conf => nginx_scp.conf | 0 2 files changed, 7 insertions(+) create mode 100644 Dockerfile_scp rename nginx-scp.conf => nginx_scp.conf (100%) diff --git a/Dockerfile_scp b/Dockerfile_scp new file mode 100644 index 000000000..700cdf9a9 --- /dev/null +++ b/Dockerfile_scp @@ -0,0 +1,7 @@ +# 设置基础镜像 +FROM win-nginx + +WORKDIR /opt/sfms3.0 +COPY nginx_scp.conf /usr/local/nginx/conf/nginx.conf +# 将dist文件中的内容复制到 /opt/sfms3.0 这个目录下面 +COPY sfms3.0/ /opt/sfms3.0 diff --git a/nginx-scp.conf b/nginx_scp.conf similarity index 100% rename from nginx-scp.conf rename to nginx_scp.conf