From 27dc9c15ceb16838993a53b2e73d5d1399b350a4 Mon Sep 17 00:00:00 2001 From: 钟日健 <5689795+arsn@user.noreply.gitee.com> Date: Tue, 15 Mar 2022 14:19:10 +0800 Subject: [PATCH] jenkinsfile 修改 --- Dockerfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Dockerfile b/Dockerfile index 066ce2a..19fa0f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ #将dist目录内容复制到nginx容器html内部 COPY dist /usr/share/nginx/html/ -COPY nginx.conf /etc/nginx/nginx.conf +# COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80 \ No newline at end of file -- Gitblit v1.9.3