Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker how-to #158

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ CMD latexmk hpmor ; ./scripts/make_ebooks.sh

# run specific command or script
# docker run -it --mount type=bind,src="$(pwd)",dst=/app hpmor latexmk hpmor-1
# docker run -it --mount type=bind,src="$(pwd)",dst=/app hpmor ./scripts/make_ebooks.sh

# login via
# docker run -it --mount type=bind,src="$(pwd)",dst=/app hpmor bash
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,6 +39,8 @@ of the chapters.

## Building the book(s)

If you do not want to install all requirements on your native system, you can run the build in a Docker container instead. See bottom of [Dockerfile](Dockerfile) for further info.

* `latexmk`: Build all PDFs. (If in doubt, just run this command and do
something else for twenty minutes!)
* `make all`: Build a Zip of the PDFs.
Loading