Merge remote-tracking branch 'origin/main'
All checks were successful
ci / build (push) Successful in 2m57s
All checks were successful
ci / build (push) Successful in 2m57s
This commit is contained in:
commit
608fdec2a2
1 changed files with 3 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue