From fb0bf948a0b57caed61d1ebb1ccd43dd3d51fe98 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 4 Dec 2021 11:05:25 +0000 Subject: [PATCH] increase yarn timeout when building dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ccea0af76..9304c4db7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ WORKDIR /usr/src/app COPY package.json . COPY yarn.lock . +RUN yarn config set network-timeout 600000 -g RUN yarn install --prod RUN gem install bundler -v 2.2.4