From 50c587a70ce69a3766b45c3f6108405d484a8540 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 6 Aug 2026 18:10:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```