Browse Source

fix docker build command in docs (#332)

sauerbraten 5 years ago
parent
commit
17afd0fcbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation.md

+ 1 - 1
docs/installation.md

@@ -14,7 +14,7 @@ docker run -p 8080:8080 -it darthsim/imgproxy
 You can also build your own image. imgproxy is ready to be dockerized, plug and play:
 
 ```bash
-docker build -t imgproxy .
+docker build -f docker/Dockerfile -t imgproxy .
 docker run -p 8080:8080 -it imgproxy
 ```