Sha256: 3a5eda5ebfebe6ae8782236523ad54cc822f7913e85aa2fbd6aa8c34355e110c
Contents?: true
Size: 415 Bytes
Versions: 3
Compression:
Stored size: 415 Bytes
Contents
FROM instructure/rvm RUN mkdir -p coverage log pacts COPY --chown=docker:docker quiz_api_client.gemspec Gemfile ./ COPY --chown=docker:docker lib/quiz_api_client/version.rb lib/quiz_api_client/version.rb RUN /bin/bash -l -c "rvm-exec 2.6 gem install bundler -v 2.1.4" RUN /bin/bash -l -c "rvm-exec 2.6 bundle install --jobs 5" COPY --chown=docker:docker . . CMD /bin/bash -l -c "rvm-exec 2.6 bundle exec rspec"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quiz_api_client-4.2.0 | Dockerfile |
quiz_api_client-4.1.0 | Dockerfile |
quiz_api_client-4.0.0 | Dockerfile |