tidy up after bundler
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user