fix choosing maps
This commit is contained in:
parent
f1dec16571
commit
1c5e14cd47
7 changed files with 75 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -6,5 +6,5 @@ build:
|
|||
podman build . --tag=$(TAG)
|
||||
|
||||
run: build
|
||||
podman run -i -p 3000:3000 localhost/$(TAG):latest
|
||||
podman run -i -p 80:3000 localhost/$(TAG):latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue