Skip to content

Commit 4d9c778

Browse files
committed
docs: fix
1 parent 06fdcaa commit 4d9c778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ podman cp ago-docs:/app/node_modules .
5151
```
5252

5353
> [!NOTE]
54-
> `node_modules` is excluded from using volume, that's why you need to copy it manually in [docker-compose.yml](docker-compose.yml) file. It's done to prevent your local modules to be copied to Linux container, since it can create incompatibility issues between operating systems if you don't use Linux.
54+
> `node_modules` is excluded from using volume in [docker-compose.yml](docker-compose.yml) file, that's why you need to copy it manually. It's done to prevent your local modules to be copied to Linux container, since it can create incompatibility issues between operating systems if you don't use Linux.
5555
5656
#### Enter the container
5757
To enter inside of the container, run this command for Docker:

0 commit comments

Comments
 (0)