Faster `bundle install` when building Docker image

ex-png
Marcin Kulik 7 years ago
parent 15bc8b16c0
commit 2c9f1b42fe
No known key found for this signature in database
GPG Key ID: 9AA270F0A59B4381

@ -82,7 +82,7 @@ RUN mkdir -p /app/tmp /app/log
WORKDIR /app
COPY Gemfile* /app/
RUN bundle install --deployment --without development test
RUN bundle install --deployment --without development test --jobs 10 --retry 5
# build a2png

Loading…
Cancel
Save