From 40bec4ffeeb0bb937149d922d864ea66c68c6d9b Mon Sep 17 00:00:00 2001 From: calm-steam Date: Sun, 23 Feb 2025 14:38:28 +0530 Subject: [PATCH] add step to sync host --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 03fa188..4193cdf 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,14 @@ Podman ```bash ./manage.py runserver ``` +------------- + +To live sync host directory with container folder, in Step 3: +```bash +podman run --network=host -itv /host/src/path:/usr/src/GameServerSupervisor supervisor-image sh +``` + +`/host/src/path` is the absolute path to the repository in the host machine. ## Usage