Initialer Upload MkDocs ETZ Dokumentation
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user