Skip to content

Commit

Permalink
Merge pull request #11 from makeopensource/cli-publish
Browse files Browse the repository at this point in the history
added some more commands
  • Loading branch information
RA341 authored Oct 4, 2024
2 parents cab7379 + 2a5e0e1 commit 4229611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .example/hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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: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"
},
"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 -p 9221:9221 ghcr.io/makeopensource/leviathan
docker run --rm --name leviathan -p 9221:9221 ghcr.io/makeopensource/leviathan

0 comments on commit 4229611

Please sign in to comment.