From 947e64d94ccf44e2a1b0743a2a9df8e2e80723e3 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Fri, 25 Feb 2022 16:08:23 +0100 Subject: [PATCH] set higher network timeout in yarn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 812de23..e80dad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /build COPY . . RUN mkdir public/js RUN mkdir public/css -RUN yarn install +RUN yarn install --network-timeout 1000000 RUN yarn compile # |--------------------------------------------------------------------------