Skip to content

Commit 0814bc8

Browse files
committed
Bundle install with concurrency
1 parent 90489a5 commit 0814bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt-get update -qq && \
3535

3636
# Install application gems
3737
COPY Gemfile Gemfile.lock ./
38-
RUN bundle install && \
38+
RUN bundle install --jobs=4 --retry=3 && \
3939
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \
4040
bundle exec bootsnap precompile --gemfile
4141

0 commit comments

Comments
 (0)