fix Docker command in CONTRIBUTING.md

pull/1/head
Jason Kulatunga 4 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