Use available threads for bundle install
This commit is contained in:
parent
3efde50028
commit
d9cc9daf4b
|
@ -14,7 +14,7 @@ RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ADD Gemfile* /app/
|
ADD Gemfile* /app/
|
||||||
RUN bundle install
|
RUN bundle install --jobs=$(nproc)
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
COPY .docker/entrypoint.sh /usr/bin/
|
COPY .docker/entrypoint.sh /usr/bin/
|
||||||
|
|
Loading…
Reference in New Issue