diff --git a/Dockerfile b/Dockerfile index d721a49..4be39c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG FORGEJO_TOKEN="" RUN if [ -n "$FORGEJO_TOKEN" ]; then \ git config --global url."https://x-access-token:${FORGEJO_TOKEN}@git.daelon.cloud/".insteadOf "https://git.daelon.cloud/"; \ fi \ - && mkdocs build --strict --site-dir /site + && mkdocs build --site-dir /site FROM nginx:1.27-alpine