Sha256: 2b9232cd3dd6178453472735c9f4f741c8a5bf164213fdd28dc9612b483bf977

Contents?: true

Size: 141 Bytes

Versions: 7

Compression:

Stored size: 141 Bytes

Contents

FROM ruby:2.5.0

WORKDIR /usr/local/src/
ADD . /usr/local/src/
RUN gem install bundler
RUN bundle install

CMD bundle exec rspec -cfd spec/*

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
health-reporter-0.2.1 Dockerfile
health-reporter-0.2.0 Dockerfile
health-reporter-0.1.1 Dockerfile
health-reporter-0.1.0 Dockerfile
health-reporter-0.0.3 Dockerfile
health-reporter-0.0.2 Dockerfile
health-reporter-0.0.1 Dockerfile