mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:09:53 +01:00
Use available threads for bundle install
This commit is contained in:
parent
3efde50028
commit
d9cc9daf4b
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue