This commit is contained in:
parent
e20c5589a6
commit
c6308ccda6
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-frontend .`
|
||||
and then `docker run -d -p 8080:80 silly-game-frontend` and visit https://localhost:8080
|
Loading…
Reference in a new issue