소스 검색

Fix Docker instructions

Noah 7 년 전
부모
커밋
2b49c93881
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md 파일 보기

@@ -128,7 +128,7 @@ docker build -t audiogram .
128 128
 or
129 129
 
130 130
 ```sh
131
-docker build -t https://github.com/nypublicradio/audiogram.git
131
+docker build -t audiogram https://github.com/nypublicradio/audiogram.git
132 132
 ```
133 133
 
134 134
 Now you can run Audiogram in a container using that image: