mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
ehance: increase yarn install network timeout limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user