michals-silly-game-backend/README.md
Michal.Wrobel 040bd44f3b
All checks were successful
ci / build (push) Successful in 2m51s
Update README.md
2025-04-16 08:29:12 +00:00

4 lines
No EOL
254 B
Markdown

<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/game/start to check if the backend is working