Skip to content

Commit a317dc8

Browse files
use docker command instead of custom dk alias
Co-authored-by: Nathanaël <7300309+nathanael-h@users.noreply.github.com> Signed-off-by: Gaëtan Lehmann <glehmann@users.noreply.github.com>
1 parent a37a308 commit a317dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pkg_in_pipe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ An environmnt variable `PLANE_TOKEN` must be defined when running the generator.
1010

1111
```sh
1212
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
13+
docker run -v ~/.koji:/root/.koji:z -e PLANE_TOKEN=<plane token> -v /out/dir:/output:z pkg_in_pipe /output/index.html
1414
```

0 commit comments

Comments
 (0)