Update README.md
All checks were successful
ci / build (push) Successful in 2m51s

This commit is contained in:
Michal.Wrobel 2025-04-16 08:29:12 +00:00
parent 12f6bff3fa
commit 040bd44f3b

View file

@ -1,4 +1,4 @@
<h1>How to run me locally?<h1>
Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-backend .`
and then `docker run -d -p 8080:80 silly-game-backend` and visit https://localhost:8080
and then `docker run -d -p 8080:80 silly-game-backend` and visit https://localhost:8080/game/start to check if the backend is working