瀏覽代碼

revert testing changes

Bad3r 2 年之前
父節點
當前提交
ea952b3f46
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install ca-certificates && \
 
 WORKDIR /data
 
-RUN git clone -b fix/docker-bulid-timeout https://github.com/logseq/logseq.git .
+RUN git clone -b master https://github.com/logseq/logseq.git .
 
 RUN yarn install --network-timeout 100000