Update README.md

add a space

Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org>
This commit is contained in:
Otávio Silva 2023-11-30 15:37:26 -03:00 committed by GitHub
parent 390cb75062
commit f7676d2b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ services:
- ./:/home/node/app
expose:
- "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"
command: "npm start"
```