Sha256: ddac75dd18b06fdbc26c7ca7bc54cd7050c564323dd17ef9ecf1a89535ae40e1

Contents?: true

Size: 165 Bytes

Versions: 52

Compression:

Stored size: 165 Bytes

Contents

FROM ruby:2.3.0

WORKDIR /usr/local/src/

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

CMD bundle exec rspec -cfd spec/*

Version data entries

52 entries across 52 versions & 6 rubygems

Version Path
soar_authentication_token-3.0.1 Dockerfile
soar_authentication_token-3.0.0 Dockerfile
soar_authentication_token-2.0.3 Dockerfile
soar_authentication_token-2.0.2 Dockerfile
soar_authentication_token-2.0.1 Dockerfile
soar_authentication_token-2.0.0 Dockerfile
soar_authentication_token-1.0.0 Dockerfile
soar_authentication_token-0.1.0 Dockerfile
soar_authentication_token-0.0.4 Dockerfile
soar_authentication_token-0.0.3 Dockerfile
soar_authentication_token-0.0.2 Dockerfile
soar_authentication_token-0.0.1 Dockerfile