File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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 " ,
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" ,
32
32
"starship" : " starship --config configs/local.yaml" ,
33
33
"starship:ci" : " starship --config configs/ci.yaml"
34
34
},
You can’t perform that action at this time.
0 commit comments