From 0f4fb93a2975917f3d4bee0474cc5de6b5d802f6 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Fri, 7 Mar 2025 14:06:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4e5d4bf0..1c3098287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /src/website RUN ls /src/website/content/zh/docs/ RUN cd /src/ && \ - cd /src/website && hugo -b / --minify && \ + cd /src/website && hugo -b ./ --minify && \ cp -rf /src/website/public/* /usr/share/nginx/html/ && \ chmod -R 755 /usr/share/nginx/html RUN rm -rf /src/* -- Gitee