This commit is contained in:
parent
873a73677f
commit
eb7bac1530
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# How to run me?
|
||||
|
||||
Use `docker run -d -p 8080:80 <container-name> <image>`
|
||||
<h1># How to run me locally?
|
||||
Use `docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-frontend .`
|
||||
and then `docker run -d -p 4200:80 silly-game-frontend` and then visil https:localhost:4200</h1>
|
||||
|
||||
And you also need a local mailhog application `docker run -d -p 8025:8025 -p 1025:1025 mailhog/mailhog`
|
||||
|
||||
|
|
Loading…
Reference in a new issue