diff --git a/README.md b/README.md
index 30fa5073dfe234eaf7ab44317beaa85f5a37ceaa..26a8d1d39994f7a5237a31d97ff7a7c3eb1a40b3 100644
--- a/README.md
+++ b/README.md
@@ -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
+