Browse Source

Update Dockerfile

Jason Cox 8 years ago
parent
commit
163b54d3e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile View File

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