fix: remove previous fix and add longer yarn install timeout

This commit is contained in:
DecDuck
2025-03-31 12:35:34 +11:00
parent 7c420ba7d7
commit f1c932b7d7

View File

@ -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