mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
change branch and release channel for testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user