We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90489a5 commit 0814bc8Copy full SHA for 0814bc8
Dockerfile
@@ -35,7 +35,7 @@ RUN apt-get update -qq && \
35
36
# Install application gems
37
COPY Gemfile Gemfile.lock ./
38
-RUN bundle install && \
+RUN bundle install --jobs=4 --retry=3 && \
39
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \
40
bundle exec bootsnap precompile --gemfile
41
0 commit comments