Update latex/README.md
This commit is contained in:
@@ -9,7 +9,7 @@ Build the docker image using
|
|||||||
```
|
```
|
||||||
You can then run the image using
|
You can then run the image using
|
||||||
```bash
|
```bash
|
||||||
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest
|
docker run --name container-name -v /path/to/latex/build/dir/on/host:/root/data your-image-name:latest ./entrypoint.sh data
|
||||||
```
|
```
|
||||||
The arguments that can be passed to the container are the following (in order):
|
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)
|
1. Extra arguments for `latexmk` (you can also use this to provide the entry file)
|
||||||
|
|||||||
Reference in New Issue
Block a user