This commit is contained in:
Florian Hensel
2025-12-25 14:07:53 +01:00
parent 232391c45e
commit ac7c260356
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
mkdocs/site/ mkdocs/site/
*.pdf *.pdf
*.PDF *.PDF
.cache .cache
.env

View File

@@ -16,6 +16,6 @@ RUN apk add --no-cache \
mkdocs-to-pdf \ mkdocs-to-pdf \
mkdocs-svg-to-png \ mkdocs-svg-to-png \
mkdocs-mermaid-to-svg \ mkdocs-mermaid-to-svg \
mkdocs-mkdocs-page-pdf \ mkdocs-page-pdf \
&& python -m playwright install \ && python -m playwright install \
&& apk del .build-deps && apk del .build-deps

View File

@@ -5,6 +5,6 @@ services:
volumes: volumes:
- ./mkdocs:/docs - ./mkdocs:/docs
ports: ports:
- {CONTAINER_PORT}:8000 - ${CONTAINER_PORT}:8000
env_file: env_file:
- .env - .env