Skip to content

Commit 956e4b3

Browse files
authored
docs: add missing volume flag (#18)
1 parent 41d26cb commit 956e4b3

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
@@ -29,7 +29,7 @@ There's a [Taskfile](https://taskfile.dev) in this repository that you can use t
2929
Alternatively, you can also manually run `docker`:
3030

3131
```
32-
docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
32+
docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace -v $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
3333
```
3434

3535
## Can I do something like this as well?

0 commit comments

Comments
 (0)