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 a37a308 commit a317dc8Copy full SHA for a317dc8
scripts/pkg_in_pipe/README.md
@@ -10,5 +10,5 @@ An environmnt variable `PLANE_TOKEN` must be defined when running the generator.
10
11
```sh
12
docker build -f pkg_in_pipe .
13
-dk run -v ~/.koji:/root/.koji:z -e PLANE_TOKEN=<plane token> -v /out/dir:/output:z pkg_in_pipe /output/index.html
+docker run -v ~/.koji:/root/.koji:z -e PLANE_TOKEN=<plane token> -v /out/dir:/output:z pkg_in_pipe /output/index.html
14
```
0 commit comments