Merge pull request #1703 from is2ei/fix-1657

docs: clarify docker compose volume explanation
This commit is contained in:
Peter Dave Hello 2022-06-16 15:52:31 +08:00 committed by GitHub
commit c1d5e7303d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ You can then run using Docker Compose:
$ docker-compose up -d
```
Docker Compose example copies your current directory (including node_modules) to the container.
Docker Compose example mounts your current directory (including node_modules) to the container.
It assumes that your application has a file named [`package.json`](https://docs.npmjs.com/files/package.json)
defining [start script](https://docs.npmjs.com/misc/scripts#default-values).