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