Browse Source

switch container buildtime clone url to qrkourier fork

Ken Bingham 6 years ago
parent
commit
7f0b0dee57
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile View File

29
 WORKDIR /home/audiogram
29
 WORKDIR /home/audiogram
30
 
30
 
31
 # Clone repo
31
 # Clone repo
32
-RUN git clone https://github.com/brizandrew/audiogram.git
32
+RUN git clone https://github.com/qrkourier/audiogram.git
33
 WORKDIR /home/audiogram/audiogram
33
 WORKDIR /home/audiogram/audiogram
34
-VOLUME /home/audiogram/audiogram
34
+#VOLUME /home/audiogram/audiogram
35
 
35
 
36
 # Install dependencies
36
 # Install dependencies
37
 RUN npm install
37
 RUN npm install