Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/f40b8d0c53a3822f7722fc4aee112e0b0c8928f9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix Docker command in CONTRIBUTING.md

pull/1/head
Jason Kulatunga 5 years ago
parent fa33b00826
commit f40b8d0c53

@ -6,7 +6,7 @@ There are multiple ways to develop on the scrutiny codebase locally. The two mos
## Docker Development
```
docker build . -t analogj/scrutiny
docker build -f docker/Dockerfile . -t analogj/scrutiny
docker run -it --rm -p 9090:8080 -v /run:/run -v /dev/disk:/dev/disk --privileged analogj/scrutiny
/scrutiny/bin/scrutiny-collector-metrics run
```

Loading…
Cancel
Save