mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
Update docs/podman.md with working podman run command
This commit is contained in:
parent
b3a12d7f12
commit
28c535cadc
@ -7,5 +7,7 @@
|
|||||||
## Steps
|
## Steps
|
||||||
|
|
||||||
1. `podman build -t pokerogue -f Dockerfile .`
|
1. `podman build -t pokerogue -f Dockerfile .`
|
||||||
2. `podman run --rm -p 8000:8000 localhost/pokerogue`
|
2. `podman run --rm -p 8000:8000 -v $(pwd):/app:Z --userns=keep-id -u $(id -u):$(id -g) localhost/pokerogue`
|
||||||
3. Visit `http://localhost:8000/`
|
3. Visit `http://localhost:8000/`
|
||||||
|
|
||||||
|
Note: `podman run` may take a couple of minutes to mount the working directory
|
Loading…
Reference in New Issue
Block a user