Skip to content
Snippets Groups Projects
Commit e6ec8eb9 authored by fzieris's avatar fzieris
Browse files

Merge branch 'lgeorge-main-patch-72504' into 'main'

README: newer versions of the container image use the more sensible /workdir instead of /home

See merge request !1
parents 05660557 49f402f9
Branches
No related tags found
1 merge request!1README: newer versions of the container image use the more sensible /workdir instead of /home
......@@ -27,9 +27,9 @@ latexmk -pdf thesis
You can also use a Docker image to compile the LaTeX source:
```bash
docker run --rm -it -v $(pwd):/home danteev/texlive latexmk -pdf thesis.tex
docker run --rm -it -v $(pwd):/workdir danteev/texlive latexmk -pdf thesis.tex
# For continuous builds
docker run --rm -it -v $(pwd):/home danteev/texlive latexmk -pdf -pvc thesis.tex
docker run --rm -it -v $(pwd):/workdir danteev/texlive latexmk -pdf -pvc thesis.tex
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment