We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b9288e + 44a6c47 commit c1d5e73Copy full SHA for c1d5e73
README.md
@@ -88,7 +88,7 @@ You can then run using Docker Compose:
88
$ docker-compose up -d
89
```
90
91
-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.
92
It assumes that your application has a file named [`package.json`](https://docs.npmjs.com/files/package.json)
93
defining [start script](https://docs.npmjs.com/misc/scripts#default-values).
94
0 commit comments