Skip to content

Commit e21c0c6

Browse files
committed
docs: fix
1 parent e554cff commit e21c0c6

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
@@ -41,7 +41,7 @@ podman cp php-revival-landing:/app/node_modules .
4141
```
4242

4343
> [!NOTE]
44-
> `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.
44+
> `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.
4545
4646
#### Run the Container
4747
To run a container, navigate to the root of the project and run this Docker command:

0 commit comments

Comments
 (0)