Skip to content

Commit bfa0fc0

Browse files
committed
chore(hyperweb/package.json): update image name
1 parent 1980c9c commit bfa0fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/hyperweb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",
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",
3030
"docker:exec": "docker exec -it jsd-plus /bin/bash",
3131
"docker:stop": "docker stop jsd-plus || true && docker rm jsd-plus || true",
3232
"starship": "starship --config configs/local.yaml",
@@ -80,4 +80,4 @@
8080
"keywords": [],
8181
"packageManager": "[email protected]",
8282
"gitHead": "d7557df95ccbe65022679a20d52e2f3bfc8af6f5"
83-
}
83+
}

0 commit comments

Comments
 (0)