ehance: increase yarn install network timeout limit

This commit is contained in:
Bad3r
2023-01-18 00:00:58 -05:00
committed by Gabriel Horner
parent 09ac747d90
commit 016fd7bcc5
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ WORKDIR /data
# Build for static resources
RUN git clone -b master https://github.com/logseq/logseq.git . \
yarn install && gulp build && yarn cljs:release
yarn install --network-timeout 100000 && gulp build && yarn cljs:release
# Web App Runner image
FROM nginx:stable-alpine