readme.md: fix typo in docker build command (#288)

This commit is contained in:
Justin Buchanan
2021-08-08 21:47:48 -07:00
committed by GitHub
parent 4c1493506d
commit 3991f1625f
+1 -1
View File
@@ -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`.