Merge remote-tracking branch 'origin/main'
All checks were successful
ci / build (push) Successful in 2m57s

This commit is contained in:
miwr 2025-04-16 11:16:17 +02:00
commit 608fdec2a2

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-backend .`
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