File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
"test" : " jest --verbose --bail" ,
27
27
"test:debug" : " jest --runInBand --verbose --bail" ,
28
28
"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 " ,
30
30
"docker:exec" : " docker exec -it jsd-plus /bin/bash" ,
31
31
"docker:stop" : " docker stop jsd-plus || true && docker rm jsd-plus || true" ,
32
32
"starship" : " starship --config configs/local.yaml" ,
80
80
"keywords" : [],
81
81
"packageManager" :
" [email protected] " ,
82
82
"gitHead" : " d7557df95ccbe65022679a20d52e2f3bfc8af6f5"
83
- }
83
+ }
You can’t perform that action at this time.
0 commit comments