📃 master: update documentation

This commit is contained in:
Leon van Kammen 2026-08-06 18:10:37 +02:00
parent fe77492acd
commit 50c587a70c

View file

@ -169,7 +169,7 @@ $ ./xrforge.com server
<b>DOCKER:</b> 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
```