From 9f18a707aa2f4704f7ab126e9a9c49ba9bc20ff6 Mon Sep 17 00:00:00 2001 From: Bad3r Date: Thu, 19 Jan 2023 10:25:25 -0500 Subject: [PATCH] enhance: use yarn config --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 595148c8d..abf4e0fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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