Reintroduce yarn change to gauge performance impact

This commit is contained in:
Effy Elden 2022-12-20 01:15:21 +11:00
parent e58fdde1cb
commit 524a707348
No known key found for this signature in database
GPG Key ID: 532C5E50BF4F86EE
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN apt-get update && \
bundle config set --local without 'development test' && \
bundle config set silence_root_warning true && \
bundle install -j"$(nproc)" && \
yarn install --pure-lockfile
yarn install --pure-lockfile --network-timeout 600000
FROM node:${NODE_VERSION}