From f1c932b7d7dd4b69ecc02494cce2539862a52565 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 31 Mar 2025 12:35:34 +1100 Subject: [PATCH] fix: remove previous fix and add longer yarn install timeout --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d0805d..a002c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,7 @@ RUN apt-get update -y RUN apt-get install node-corepack -y RUN corepack enable COPY . . -RUN yarn cache clean -RUN yarn config delete proxy -RUN yarn config delete https-proxy -RUN yarn config delete registry -RUN NUXT_TELEMETRY_DISABLED=1 yarn install +RUN NUXT_TELEMETRY_DISABLED=1 yarn install --network-timeout 1000000 RUN NUXT_TELEMETRY_DISABLED=1 yarn build # create run environment for Drop