diff --git a/Dockerfile b/Dockerfile index a4e5d4bf0713cf046a93c30686392e54a31034db..1c3098287546e8603305aba257fa3e5a14ec0d08 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/*