mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 01:13:39 +10:00
fix: remove previous fix and add longer yarn install timeout
This commit is contained in:
+1
-5
@@ -10,11 +10,7 @@ RUN apt-get update -y
|
|||||||
RUN apt-get install node-corepack -y
|
RUN apt-get install node-corepack -y
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn cache clean
|
RUN NUXT_TELEMETRY_DISABLED=1 yarn install --network-timeout 1000000
|
||||||
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 build
|
RUN NUXT_TELEMETRY_DISABLED=1 yarn build
|
||||||
|
|
||||||
# create run environment for Drop
|
# create run environment for Drop
|
||||||
|
|||||||
Reference in New Issue
Block a user