Explorar el Código

switch container buildtime clone url to qrkourier fork

Ken Bingham hace 6 años
padre
commit
7f0b0dee57
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile Ver fichero

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