소스 검색

Update Dockerfile

digitalcatholic 5 년 전
부모
커밋
d9e95861d8
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile 파일 보기

@@ -15,7 +15,7 @@ USER audiogram
15 15
 WORKDIR /home/audiogram
16 16
 
17 17
 # Clone repo
18
-RUN git clone https://github.com/nypublicradio/audiogram.git
18
+RUN git clone https://github.com/digitalcatholic/audiogram.git
19 19
 WORKDIR /home/audiogram/audiogram
20 20
 
21 21
 # Install dependencies