Browse Source

Changed repo in Dockerfile

Dmitriy Slipak 4 years ago
parent
commit
34e29da31d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile View File

15
 WORKDIR /home/audiogram
15
 WORKDIR /home/audiogram
16
 
16
 
17
 # Clone repo
17
 # Clone repo
18
-RUN git clone https://github.com/nypublicradio/audiogram.git
18
+RUN git clone https://github.com/newscorp-ghfb/audiogram.git
19
 WORKDIR /home/audiogram/audiogram
19
 WORKDIR /home/audiogram/audiogram
20
 
20
 
21
 # Install dependencies
21
 # Install dependencies