change branch and release channel for testing

This commit is contained in:
Bad3r
2023-01-18 09:35:35 -05:00
committed by Gabriel Horner
parent 25284b819a
commit 5077fd7780

View File

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