From 0b622ce3eaabf456e5dc11c75334206962bd47f5 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 03fa188..abaa049 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,13 @@ 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