Sha256: 13cb8420611bb988f8c18bf2ccf907ad46010effadb656036ebc35c08bf3b955
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
ARG RUBY_VERSION FROM ruby:$RUBY_VERSION RUN apt-get update RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list RUN apt-get install -y nodejs yarn WORKDIR /bugsnag COPY temp-bugsnag-lib ./ WORKDIR /usr/src/app COPY app/Gemfile /usr/src/app/ RUN bundle install RUN cat Gemfile.lock 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bugsnag-6.12.2 | features/fixtures/rails6/Dockerfile |
bugsnag-6.12.1 | features/fixtures/rails6/Dockerfile |
bugsnag-6.12.0 | features/fixtures/rails6/Dockerfile |