mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 15:19:38 +02:00
Fix bootsnap hanging in CI
This commit is contained in:
parent
73f826fdf2
commit
366862fee1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN bundle install
|
||||||
|
|
||||||
RUN rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
|
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 application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue