Sha256: 59d67b84d100be6828bd433e192c6c124c75ca9cab409507d9eb4932baa81a12
Contents?: true
Size: 398 Bytes
Versions: 6
Compression:
Stored size: 398 Bytes
Contents
FROM instructure/rvm WORKDIR /app COPY quiz_api_client.gemspec Gemfile /app/ COPY lib/quiz_api_client/version.rb /app/lib/quiz_api_client/version.rb USER root RUN chown -R docker:docker /app USER docker RUN /bin/bash -l -c "cd /app && rvm-exec 2.4 bundle install --jobs 5" COPY . /app USER root RUN chown -R docker:docker /app USER docker CMD /bin/bash -l -c "rvm-exec 2.4 bundle exec rspec"
Version data entries
6 entries across 6 versions & 1 rubygems