mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Stop using deprecated --without flag
This commit is contained in:
parent
c222476d6a
commit
85c241d756
@ -5,6 +5,7 @@ WORKDIR /app
|
||||
ADD Gemfile /app/Gemfile
|
||||
ADD Gemfile.lock /app/Gemfile.lock
|
||||
RUN gem install bundler
|
||||
RUN bundle install --jobs=8 --without development test
|
||||
RUN bundle config set without "development test"
|
||||
RUN bundle install --jobs=8
|
||||
ADD . /app
|
||||
CMD ["unicorn", "-c", "./config/unicorn.rb"]
|
||||
|
Loading…
Reference in New Issue
Block a user