Sha256: ccb1f161ba4a6d5b884d3e262e8bcac50ee6a144e3257784d679af1f1ca9494f
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
FROM instructure/ruby:2.1 MAINTAINER Instructure COPY Gemfile* *.gemspec /usr/src/app/ COPY lib/paul_bunyan/version.rb /usr/src/app/lib/paul_bunyan/ RUN bundle install COPY . /usr/src/app USER root RUN chown -R docker:docker /usr/src/app/* USER docker CMD ["bundle", "exec", "wwtd", "--parallel"]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
paul_bunyan-1.3.0 | Dockerfile |
paul_bunyan-1.2.3 | Dockerfile |
paul_bunyan-1.2.2 | Dockerfile |
paul_bunyan-1.2.1 | Dockerfile |
paul_bunyan-1.2.0 | Dockerfile |
paul_bunyan-1.1.0 | Dockerfile |