X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fproduction%2FDockerfile.bullseye;h=6cb1a4e5f11b75136eb7b6bfd02e11dcfc9f162e;hb=b18a501a0ee898aeb2e34b92de61e682a1894547;hp=ec0e30e4770346061230e38f51f57d49d853cf7e;hpb=cc4bf76c13e38e9065d49161b6e0485657424577;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/production/Dockerfile.bullseye b/support/docker/production/Dockerfile.bullseye index ec0e30e47..6cb1a4e5f 100644 --- a/support/docker/production/Dockerfile.bullseye +++ b/support/docker/production/Dockerfile.bullseye @@ -21,10 +21,10 @@ WORKDIR /app USER peertube -RUN yarn install --pure-lockfile --network-timeout 1200000 \ +RUN yarn install --pure-lockfile --network-timeout 1200000 --network-concurrency 20 \ && npm run build -- $NPM_RUN_BUILD_OPTS \ && rm -r ./node_modules ./client/node_modules \ - && yarn install --pure-lockfile --production --network-timeout 1200000 \ + && yarn install --pure-lockfile --production --network-timeout 1200000 --network-concurrency 20 \ && yarn cache clean USER root