Add doc-detective test and remove sitemap from build.

This commit is contained in:
g_it 2026-02-18 14:13:44 +01:00
commit 54a6bad7b7
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
4 changed files with 35 additions and 4 deletions

View file

@ -3,6 +3,7 @@ WORKDIR /app
COPY . .
RUN pip install --no-cache-dir -r ./requirements.txt
RUN zensical build
RUN rm ./deploy/sitemap.xml
FROM caddy:alpine
COPY --from=builder /app/deploy /usr/share/caddy