From c6308ccda69559316b44a7d13a9ad26ab1a3e752 Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 16 Apr 2025 08:24:44 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 095b29f..fdcc3af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -

How to run me?

+

How to run me locally?

-Use `./mvnw spring-boot:run` \ No newline at end of file +Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-frontend .` +and then `docker run -d -p 8080:80 silly-game-frontend` and visit https://localhost:8080 \ No newline at end of file