From 248f42f83075e2631d59691ee8167a7f2b96f3ba Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Wed, 25 Jan 2023 22:26:48 -0800 Subject: [PATCH] trying to fix timeout. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7c051f3b7..688629a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN yarn --version && \ yarn config delete proxy && \ yarn config delete https-proxy && \ yarn config list && \ + yarn config set registry ' http://registry.npmjs.org' && \ yarn install --frozen-lockfile COPY frontend/ ./ RUN yarn run build -- --configuration ${FASTEN_ENV} --output-path=../dist