enhance: use yarn config

pull/8305/head
Bad3r 2023-01-19 10:25:25 -05:00 committed by Gabriel Horner
parent dd53329483
commit 9f18a707aa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ WORKDIR /data
RUN git clone -b master https://github.com/logseq/logseq.git .
RUN printf "%s\n" "network-timeout 240000" >> ~/.yarnrc && yarn install
RUN yarn config set network-timeout 240000 -g && yarn install
# Build static resources
RUN yarn release