tidy up after bundler
This commit is contained in:
parent
5c6845a914
commit
28b65a160b
@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
|
|||||||
|
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
bundle install
|
bundle install
|
||||||
|
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ COPY Gemfile Gemfile.lock ./
|
|||||||
|
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
bundle install
|
bundle install
|
||||||
|
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user