Sha256: 7955aaa2789ab96f80e59eeb6330558cfc0fedc249ab39844d015ca4c15f3ab3
Contents?: true
Size: 163 Bytes
Versions: 6
Compression:
Stored size: 163 Bytes
Contents
FROM ruby:2.6 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app COPY Gemfile /usr/src/app/ COPY . /usr/src/app RUN bundle install CMD ["bundle", "exec", "rspec"]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rotp-6.2.0 | Dockerfile-2.6 |
rotp-6.1.0 | Dockerfile-2.6 |
rotp-6.0.0 | Dockerfile-2.6 |
rotp-5.1.0 | Dockerfile-2.6 |
rotp-5.0.0 | Dockerfile-2.6 |
rotp-4.1.0 | Dockerfile-2.6 |