Sha256: 7c3fa470bd8576c3c6e33ffe58ce4c3d3893eef5f1cd9a74b4bde1e26d328882
Contents?: true
Size: 353 Bytes
Versions: 6
Compression:
Stored size: 353 Bytes
Contents
ARG RUBY_VERSION FROM ruby:$RUBY_VERSION ARG RUBY_VERSION FROM ruby:$RUBY_VERSION WORKDIR /bugsnag COPY temp-bugsnag-lib ./ WORKDIR /usr/src/app COPY app/Gemfile /usr/src/app/ RUN bundle install COPY app/ /usr/src/app RUN bundle exec rake db:migrate RUN bundle exec rake rails:update:bin CMD ["bundle", "exec", "bin/rails", "s", "-b", "0.0.0.0"]
Version data entries
6 entries across 6 versions & 1 rubygems