Initialer Upload MkDocs ETZ Dokumentation

This commit is contained in:
Torkalis
2025-12-04 07:57:14 +01:00
parent eadfbb4e1f
commit 2bea6f01c0
112 changed files with 21099 additions and 0 deletions

12
Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM pandoc/latex:latest
WORKDIR /data
## Eisvogel Template kopieren (lokal notwendig)
#COPY eisvogel.tex /data/eisvogel.tex
# Script kopieren und ausführbar machen
COPY mkdocs-to-pdf.sh /usr/local/bin/mkdocs-to-pdf.sh
RUN chmod +x /usr/local/bin/mkdocs-to-pdf.sh
ENTRYPOINT ["/usr/local/bin/mkdocs-to-pdf.sh"]