From 74650c410dd3aede0f61df38eee181e4c4ba188e Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 25 Jan 2023 23:11:29 -0800 Subject: [PATCH] trying to fix timeout. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a25914c..c1b10b30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN yarn --version && \ yarn config delete https-proxy && \ yarn config set registry 'http://registry.npmjs.org' && \ yarn config list && \ - yarn install --frozen-lockfile + yarn install --frozen-lockfile --network-timeout 300000 COPY frontend/ ./ RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist