From 81b74f754e15253eef3f861eefdd5c793269cab5 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 26 Jan 2023 01:36:23 -0800 Subject: [PATCH] remove timeout. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a25afd5..27549457 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 --network-timeout 300000 + yarn install COPY frontend/ ./ RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist