mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +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
|
||||
ADD Gemfile /app/Gemfile
|
||||
ADD Gemfile.lock /app/Gemfile.lock
|
||||
RUN gem install bundler
|
||||
RUN bundle install --jobs=8 --without development test
|
||||
ADD . /app
|
||||
CMD ["unicorn", "-c", "./config/unicorn.rb"]
|
||||
|
Loading…
Reference in New Issue
Block a user