docs: clarify docker compose volume explanation

This commit is contained in:
Issei Horie 2022-04-24 09:52:55 +09:00
parent 7251837732
commit 44a6c4796b
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).