1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-23 07:09:39 +02:00

Fix bootsnap hanging in CI

This commit is contained in:
Zach Gollwitzer 2025-02-13 15:32:51 -05:00
parent 73f826fdf2
commit 366862fee1

View file

@ -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 . .