소스 검색

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