add step to sync host

This commit is contained in:
calm-steam 2025-02-23 14:38:28 +05:30
parent bfac5a22eb
commit 0b622ce3ea
Signed by: calm-steam
SSH Key Fingerprint: SHA256:VrjxFRfRdJ0oc+FjTdi2wneFAslmWVg6/r6Z773npjE

View File

@ -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