Add Dockerfile

This adds a Dockerfile to run the project. All you need to do now is run
`make` in the root folder and the pdf will be built.
This commit is contained in:
Hendrik Kleinwaechter
2023-03-02 17:19:02 -05:00
parent 201d0872e6
commit 37f845429b
4 changed files with 64 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
END{
# system("tex4ebook -j output -m draft -a debug main > tex4ebook.log");
system("tex4ebook -j output -e build.mk4 main");
system("rm tikz-cache/*");
}