Skip to content

Commit 44a6c47

Browse files
committed
docs: clarify docker compose volume explanation
1 parent 7251837 commit 44a6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can then run using Docker Compose:
8888
$ docker-compose up -d
8989
```
9090

91-
Docker Compose example copies your current directory (including node_modules) to the container.
91+
Docker Compose example mounts your current directory (including node_modules) to the container.
9292
It assumes that your application has a file named [`package.json`](https://docs.npmjs.com/files/package.json)
9393
defining [start script](https://docs.npmjs.com/misc/scripts#default-values).
9494

0 commit comments

Comments
 (0)