mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
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:
@@ -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/*");
|
||||
}
|
||||
Reference in New Issue
Block a user