Ver Fonte

fix docker build command in docs (#332)

sauerbraten há 5 anos atrás
pai
commit
17afd0fcbd
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 ```