Skip to content

Commit ee58e1a

Browse files
committed
update docker run with hyperweb-plus
1 parent 87db1ea commit ee58e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/hyperweb/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"test": "jest --verbose --bail",
2727
"test:debug": "jest --runInBand --verbose --bail",
2828
"docker": "npm run docker:stop && npm run docker:run",
29-
"docker:run": "docker run -d --name jsd-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/cosmology-tech/jsd-plus:0.1.1",
30-
"docker:exec": "docker exec -it jsd-plus /bin/bash",
31-
"docker:stop": "docker stop jsd-plus || true && docker rm jsd-plus || true",
29+
"docker:run": "docker run -d --name hyperweb-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/hyperweb-io/hyperweb-plus:latest",
30+
"docker:exec": "docker exec -it hyperweb-plus /bin/bash",
31+
"docker:stop": "docker stop hyperweb-plus || true && docker rm hyperweb-plus || true",
3232
"starship": "starship --config configs/local.yaml",
3333
"starship:ci": "starship --config configs/ci.yaml"
3434
},

0 commit comments

Comments
 (0)