do not respawn inactive players
This commit is contained in:
parent
c73240a1c5
commit
6c9775fbfe
11 changed files with 91 additions and 48 deletions
2
Makefile
2
Makefile
|
@ -6,5 +6,5 @@ build:
|
|||
podman build . --tag=$(TAG)
|
||||
|
||||
run: build
|
||||
podman run -i -p 80:3000 localhost/$(TAG):latest
|
||||
podman run -i -p 3000:3000 localhost/$(TAG):latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue