1
0
Эх сурвалжийг харах

change branch and release channel for testing

Bad3r 2 жил өмнө
parent
commit
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
 
-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