diff --git a/README.md b/README.md index 250a39c..5a7f3ca 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ $ ./xrforge.com server DOCKER: to prevent polluting the environment with terabytes of docker-images, just run this: ```bash -$ docker run -d -p 8080:8080 -v $(pwd):/app busybox /app/xrforge.com server +$ docker run -d -p 8080:8080 -w /app -v $(pwd):/app busybox /app/xrforge.com server ```