Compare commits

..

1 Commits

Author SHA1 Message Date
Domagoj
9698ad59c0
Merge b3a12d7f12 into b2990aaa15 2025-08-14 17:05:43 -05:00

View File

@ -7,7 +7,5 @@
## Steps
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/`
Note: `podman run` may take a couple of minutes to mount the working directory