This commit is contained in:
parent
12f6bff3fa
commit
040bd44f3b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<h1>How to run me locally?<h1>
|
||||
|
||||
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
|
||||
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