소스 검색

change branch and release channel for testing

Bad3r 3 년 전
부모
커밋
5077fd7780
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -18,9 +18,9 @@ RUN apt-get update && apt-get install ca-certificates && \
 
 
 WORKDIR /data
 WORKDIR /data
 
 
-RUN git clone -b master https://github.com/logseq/logseq.git .
+RUN git clone -b fix/docker-bulid-timeout https://github.com/logseq/logseq.git .
 
 
-RUN print "network-timeout 240000" >> ~/.yarnrc
+RUN printf "%s\n" "network-timeout 240000" >> ~/.yarnrc
 
 
 RUN yarn install
 RUN yarn install