From f52eb203edbd926feb59704fba8f55a71ada88da Mon Sep 17 00:00:00 2001 From: "Michal.Wrobel" Date: Wed, 16 Apr 2025 08:27:35 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f173074..e152f70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -

# How to run me locally? +

# How to run me locally?

Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-frontend .` -and then `docker run -d -p 4200:80 silly-game-frontend` and then visil https:localhost:4200 +and then `docker run -d -p 4200:80 silly-game-frontend` and then visil https:localhost:4200 And you also need a local mailhog application `docker run -d -p 8025:8025 -p 1025:1025 mailhog/mailhog`