Browse Source

revert testing changes

Bad3r 2 years ago
parent
commit
ea952b3f46
1 changed files with 1 additions and 1 deletions
  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