From 3991f1625ffdabe58ae098efb64d3e0232be6209 Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Sun, 8 Aug 2021 21:47:48 -0700 Subject: [PATCH] readme.md: fix typo in docker build command (#288) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bb0b0..e71796e 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Default: `false` #### Docker build -To build the docker image, simply run `docker build -t . cameradar` in the root of the project. +To build the docker image, simply run `docker build . -t cameradar` in the root of the project. Your image will be called `cameradar` and NOT `ullaakut/cameradar`.