瀏覽代碼

switch container buildtime clone url to qrkourier fork

Ken Bingham 6 年之前
父節點
當前提交
7f0b0dee57
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile 查看文件

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