This commit is contained in:
parent
c6308ccda6
commit
12f6bff3fa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<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-backend .`
|
||||||
and then `docker run -d -p 8080:80 silly-game-frontend` and visit https://localhost:8080
|
and then `docker run -d -p 8080:80 silly-game-backend` and visit https://localhost:8080
|
Loading…
Reference in a new issue