소스 검색

fix docker build command in docs (#332)

sauerbraten 5 년 전
부모
커밋
17afd0fcbd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 ```