revert testing changes

pull/8397/head
Bad3r 2023-01-18 00:45:02 -05:00 committed by Gabriel Horner
parent d668586930
commit ea952b3f46
1 changed files with 1 additions and 1 deletions

View File

@ -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