diff --git a/.example/hydra/package.json b/.example/hydra/package.json index 703a6ed..b867634 100644 --- a/.example/hydra/package.json +++ b/.example/hydra/package.json @@ -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": [], diff --git a/Makefile b/Makefile index 3a02bdf..06d9949 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ buildrun: make dkrun pullrun: - docker run -p 9221:9221 ghcr.io/makeopensource/leviathan \ No newline at end of file + docker run --rm --name leviathan -p 9221:9221 ghcr.io/makeopensource/leviathan \ No newline at end of file