From 0ed6e9138edf14e54d5550b57253bc0db53735a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=A3=9E=E6=89=AC?= <15678871232@qq.com> Date: Tue, 22 Nov 2022 11:03:58 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20docker=20html=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20docker-compose.yml=20=E5=B7=B2=E7=BB=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BA=86=20volumes=EF=BC=8C=E5=A4=9A=E6=AC=A1build=20?= =?UTF-8?q?=E5=90=8E=20=E6=9C=89=E4=BC=9A=E6=8A=A5=E9=94=99=20=E2=80=9Cmax?= =?UTF-8?q?=20depth=20exceeded=E2=80=9D,=E9=95=9C=E5=83=8F=E5=8F=98?= =?UTF-8?q?=E5=A4=A7=E5=88=B02.3GB,=20ningx=20=E5=88=9D=E5=A7=8B=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E6=98=AF141.5=20MB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 云飞扬 <15678871232@qq.com> --- docker/nginx/dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/nginx/dockerfile b/docker/nginx/dockerfile index e0025b1b..30967a0a 100644 --- a/docker/nginx/dockerfile +++ b/docker/nginx/dockerfile @@ -10,6 +10,4 @@ RUN mkdir -p /home/ruoyi/projects/ruoyi-ui # 指定路径 WORKDIR /home/ruoyi/projects/ruoyi-ui # 复制conf文件到路径 -COPY ./conf/nginx.conf /etc/nginx/nginx.conf -# 复制html文件到路径 -COPY ./html/dist /home/ruoyi/projects/ruoyi-ui +COPY ./conf/nginx.conf /etc/nginx/nginx.conf \ No newline at end of file