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.
1 parent 7251837 commit 44a6c47Copy full SHA for 44a6c47
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