From 7272adc654642146238f3df55e4ca770d84de470 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Sun, 5 Nov 2023 12:20:57 -0800 Subject: [PATCH] Update DockerfileStandalone --- docker/DockerfileStandalone | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/DockerfileStandalone b/docker/DockerfileStandalone index af8fa0b..e4f69c0 100644 --- a/docker/DockerfileStandalone +++ b/docker/DockerfileStandalone @@ -25,6 +25,7 @@ RUN ./gradlew clean build -x test WORKDIR / RUN git clone https://github.com/Netflix/conductor WORKDIR conductor/ui +RUN yarn config set network-timeout 600000 -g RUN yarn install && yarn build RUN ls -ltr RUN echo "Done building UI"