fix Docker command in CONTRIBUTING.md
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ There are multiple ways to develop on the scrutiny codebase locally. The two mos
|
|||||||
|
|
||||||
## Docker Development
|
## 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
|
docker run -it --rm -p 9090:8080 -v /run:/run -v /dev/disk:/dev/disk --privileged analogj/scrutiny
|
||||||
/scrutiny/bin/scrutiny-collector-metrics run
|
/scrutiny/bin/scrutiny-collector-metrics run
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user