Use available threads for bundle install

This commit is contained in:
Dominik Kwiatek 2020-10-03 11:48:56 +01:00 committed by Andreas Nedbal
parent 3efde50028
commit d9cc9daf4b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN mkdir /app
WORKDIR /app
ADD Gemfile* /app/
RUN bundle install
RUN bundle install --jobs=$(nproc)
COPY . /app
COPY .docker/entrypoint.sh /usr/bin/