Update entrypoint

This commit is contained in:
2025-12-23 13:46:22 +01:00
parent 0b30dbd087
commit bd22b1ef7e
2 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ Build the docker image using
```
You can then run the image using
```bash
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest ./entrypoint.sh data
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest ./entrypoint.sh data file.tex false
```
The arguments that can be passed to the container are the following (in order):
1. Extra arguments for `latexmk` (you can also use this to provide the entry file)