We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d26cb commit 956e4b3Copy full SHA for 956e4b3
README.md
@@ -29,7 +29,7 @@ There's a [Taskfile](https://taskfile.dev) in this repository that you can use t
29
Alternatively, you can also manually run `docker`:
30
31
```
32
-docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
+docker run --rm --privileged -v $(pwd)/workspace:/CustoPiZer/workspace -v $(pwd)/scripts:/CustoPiZer/workspace/scripts ghcr.io/octoprint/custopizer:latest
33
34
35
## Can I do something like this as well?
0 commit comments