From f40b8d0c53a3822f7722fc4aee112e0b0c8928f9 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 16 Sep 2020 18:21:29 -0700 Subject: [PATCH] fix Docker command in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56ad20b..a326880 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```