Skip to content

Commit

Permalink
Merge pull request #12 from makeopensource/cli-publish
Browse files Browse the repository at this point in the history
fixed docker commands
  • Loading branch information
RA341 authored Oct 4, 2024
2 parents 4229611 + 8fe12d0 commit 9c49aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .example/hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"cli": "ts-node src/index.ts",
"index": "npm src/index.ts",
"dk:bd": "docker build ../../ -f ./Dockerfile -t hydra",
"dk:rn": "docker run -it --network host hydra start",
"dk:pl": "docker run --rm --name hydra ghcr.io/makeopensource/hydra:beta -it --network host hydra start"
"dk:rn": "docker run --rm --name hydra -it --network host hydra start",
"dk:pl": "docker run --rm --name hydra -it --network host ghcr.io/makeopensource/hydra:beta start"
},
"type": "commonjs",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ buildrun:
make dkrun

pullrun:
docker run --rm --name leviathan -p 9221:9221 ghcr.io/makeopensource/leviathan
docker run --rm --name leviathan -p 9221:9221 ghcr.io/makeopensource/leviathan:beta

0 comments on commit 9c49aa7

Please sign in to comment.