-p(ort) is needed for docker-compose run command (#309)
This commit is contained in:
parent
a85992d927
commit
eb0e0d6f1e
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ yarn serve
|
|||
docker-compose run --rm install
|
||||
|
||||
#to serve for development
|
||||
docker-compose run --rm serve
|
||||
docker-compose run --rm -p 3000:3000 serve
|
||||
|
||||
#or
|
||||
docker-compose up serve
|
||||
```
|
||||
|
||||
## Translations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue