瀏覽代碼

change branch and release channel for testing

Bad3r 2 年之前
父節點
當前提交
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