Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/hyperweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "jest --verbose --bail",
"test:debug": "jest --runInBand --verbose --bail",
"docker": "npm run docker:stop && npm run docker:run",
"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",
"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",
"docker:exec": "docker exec -it jsd-plus /bin/bash",
"docker:stop": "docker stop jsd-plus || true && docker rm jsd-plus || true",
"starship": "starship --config configs/local.yaml",
Expand Down Expand Up @@ -80,4 +80,4 @@
"keywords": [],
"packageManager": "[email protected]",
"gitHead": "d7557df95ccbe65022679a20d52e2f3bfc8af6f5"
}
}
Loading