From 040bd44f3b9d3ff76ad9724809387d2b39b60a5a Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 16 Apr 2025 08:29:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4723df..e8092ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@

How to run me locally?

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 \ No newline at end of file +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 \ No newline at end of file