2025-04-16 08:24:44 +00:00
|
|
|
<h1>How to run me locally?<h1>
|
2025-04-09 07:55:13 +00:00
|
|
|
|
2025-04-16 08:25:14 +00:00
|
|
|
Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-backend .`
|
2025-04-16 08:29:12 +00:00
|
|
|
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
|