Fix docs URI

This commit is contained in:
Guillaume 2023-05-24 20:30:57 +02:00
parent 44c01be37d
commit 718c3a7fc4

View File

@ -3,4 +3,4 @@ COPY . /src
RUN hugo --minify --gc
FROM nginx:alpine
COPY --from=build /src/public /usr/share/nginx/html
COPY --from=build /src/public /usr/share/nginx/html/docs