tidy up after bundler

This commit is contained in:
2025-04-30 16:11:33 -05:00
parent 5c6845a914
commit 28b65a160b
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
RUN <<EOT
bundle install
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
EOT

View File

@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
RUN <<EOT
bundle install
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
EOT