Explorar o código

fix docker build command in docs (#332)

sauerbraten %!s(int64=5) %!d(string=hai) anos
pai
achega
17afd0fcbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 ```