mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated to Ruby 2.5.1 and Rails 5.2.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.4.2
|
||||
FROM ruby:2.5.1
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -qq upgrade -y \
|
||||
@@ -53,7 +53,8 @@ RUN gem install --no-rdoc --no-ri bundler
|
||||
WORKDIR /tmp
|
||||
COPY Gemfile Gemfile
|
||||
COPY Gemfile.lock Gemfile.lock
|
||||
RUN bundle install --without test
|
||||
#RUN bundle install --without test
|
||||
RUN bundle install
|
||||
|
||||
# Copy site into place.
|
||||
RUN mkdir /rails
|
||||
|
||||
Reference in New Issue
Block a user