Update README.md
All checks were successful
ci / build (push) Successful in 1m16s

This commit is contained in:
Michal.Wrobel 2025-04-16 08:28:29 +00:00
parent f52eb203ed
commit 53ffa8530b

View file

@ -1,6 +1,7 @@
<h1># How to run me locally?</h1> <h1># How to run me locally?</h1>
Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-frontend .` 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` And you also need a local mailhog application `docker run -d -p 8025:8025 -p 1025:1025 mailhog/mailhog`