diff --git a/Dockerfile b/Dockerfile index be0a38d4..40b24685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN bundle install RUN rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git -RUN bundle exec bootsnap precompile --gemfile +RUN bundle exec bootsnap precompile --gemfile -j 0 # Copy application code COPY . .