Update README.md
add a space Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
This commit is contained in:
parent
390cb75062
commit
f7676d2b8c
|
@ -80,7 +80,7 @@ services:
|
||||||
- ./:/home/node/app
|
- ./:/home/node/app
|
||||||
expose:
|
expose:
|
||||||
- "8081"
|
- "8081"
|
||||||
ports: #use if it is necessary to expose the container to the host machine
|
ports: # use if it is necessary to expose the container to the host machine
|
||||||
- "8081": "8081"
|
- "8081": "8081"
|
||||||
command: "npm start"
|
command: "npm start"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue