mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 14:29:28 +02:00
Compare commits
1 Commits
833b538c73
...
9698ad59c0
Author | SHA1 | Date | |
---|---|---|---|
|
9698ad59c0 |
@ -7,7 +7,5 @@
|
|||||||
## Steps
|
## Steps
|
||||||
|
|
||||||
1. `podman build -t pokerogue -f Dockerfile .`
|
1. `podman build -t pokerogue -f Dockerfile .`
|
||||||
2. `podman run --rm -p 8000:8000 -v $(pwd):/app:Z --userns=keep-id -u $(id -u):$(id -g) localhost/pokerogue`
|
2. `podman run --rm -p 8000:8000 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