Ver código fonte

switch container buildtime clone url to qrkourier fork

Ken Bingham 6 anos atrás
pai
commit
7f0b0dee57
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile Ver arquivo

@@ -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