Sha256: 326363443d831cccaf2828b4e4ad4f45b551857473e0d32569c9b84fea7eadab
Contents?: true
Size: 162 Bytes
Versions: 6
Compression:
Stored size: 162 Bytes
Contents
FROM ruby:2.3 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.3.0 | Dockerfile-2.3 |
rotp-6.2.2 | Dockerfile-2.3 |
rotp-6.2.1 | Dockerfile-2.3 |
rotp-6.2.0 | Dockerfile-2.3 |
rotp-6.1.0 | Dockerfile-2.3 |
rotp-6.0.0 | Dockerfile-2.3 |