1
0
Bad3r 2 жил өмнө
parent
commit
9f18a707aa
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -20,7 +20,7 @@ WORKDIR /data
 
 RUN git clone -b master https://github.com/logseq/logseq.git .
 
-RUN printf "%s\n" "network-timeout 240000" >> ~/.yarnrc && yarn install
+RUN yarn config set network-timeout 240000 -g && yarn install
 
 # Build static resources
 RUN  yarn release