fix choosing maps

This commit is contained in:
Ronja Spiegelberg 2024-04-28 21:28:07 +02:00 committed by Vinzenz Schroeter
parent f1dec16571
commit 1c5e14cd47
7 changed files with 75 additions and 18 deletions

View file

@ -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