tidy up after bundler
This commit is contained in:
parent
5c6845a914
commit
28b65a160b
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user