Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9726acb

Browse files
committed
fix incorrect pwd path
1 parent 72a8139 commit 9726acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ docker run \
7676
```
7777

7878
`--rm` removes the container after running, `-it` makes it interactive, `-v ~:/root` mounts your home directory to the
79-
home directory inside the container, `-v ~$(pwd):/pwd` mounts current directory inside the container to gtt be able to read local config. If you want to store the config in another place, mount another directory:
79+
home directory inside the container, `-v $(pwd):/pwd` mounts current directory inside the container to gtt be able to read local config. If you want to store the config in another place, mount another directory:
8080

8181

8282
```shell

0 commit comments

Comments
 (0)