Skip to content

Commit 8deda7a

Browse files
committed
docs: fix
1 parent 98d931d commit 8deda7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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 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.
54+
> `node_modules` is excluded from using volume in [compose.yml](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:
@@ -74,4 +74,4 @@ docker compose down
7474
For Podman, run this:
7575
```bash
7676
podman-compose down
77-
```
77+
```

0 commit comments

Comments
 (0)