mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Upgraded to Rails 6.0.1
This commit is contained in:
@@ -26,6 +26,7 @@ RUN apt-get -qq update \
|
||||
|
||||
RUN echo 'gem: --no-rdoc --no-ri' > /root/.gemrc
|
||||
RUN gem install bundler
|
||||
RUN gem update --system
|
||||
#Cache gems so they don't install on every code change
|
||||
RUN rm -rf /rails && mkdir /rails
|
||||
WORKDIR /rails
|
||||
|
||||
Reference in New Issue
Block a user