mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Install new Bundler in Dockerfile
This commit is contained in:
parent
7e880dd7e4
commit
d50a96ede8
@ -4,6 +4,7 @@ RUN mkdir /app
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ADD Gemfile /app/Gemfile
|
ADD Gemfile /app/Gemfile
|
||||||
ADD Gemfile.lock /app/Gemfile.lock
|
ADD Gemfile.lock /app/Gemfile.lock
|
||||||
|
RUN gem install bundler
|
||||||
RUN bundle install --jobs=8 --without development test
|
RUN bundle install --jobs=8 --without development test
|
||||||
ADD . /app
|
ADD . /app
|
||||||
CMD ["unicorn", "-c", "./config/unicorn.rb"]
|
CMD ["unicorn", "-c", "./config/unicorn.rb"]
|
||||||
|
Loading…
Reference in New Issue
Block a user