Update README.md
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
Michal.Wrobel 2025-04-16 08:24:44 +00:00
parent e20c5589a6
commit c6308ccda6

View file

@ -1,3 +1,4 @@
<h1>How to run me?<h1>
<h1>How to run me locally?<h1>
Use `./mvnw spring-boot:run`
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