Sha256: 8b90ee1e079f16360013a45cf4ebf3a24ff1bf6b3ac75047cc9da336446cddc5
Contents?: true
Size: 309 Bytes
Versions: 6
Compression:
Stored size: 309 Bytes
Contents
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 app:update:bin CMD ["bundle", "exec", "bin/rails", "s", "-b", "0.0.0.0"]
Version data entries
6 entries across 6 versions & 1 rubygems