Sha256: 03eb662d070d5fbb0430c6db9bf42b46164a1f7b7be5b8354ec6820ff2d6078f
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
FROM ruby:2.7.7 WORKDIR /app COPY Gemfile Gemfile.lock arel_toolkit.gemspec /app/ COPY lib/arel_toolkit/version.rb /app/lib/arel_toolkit/ RUN bundle install COPY . /app RUN bundle exec rake build
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arel_toolkit-0.4.9 | Dockerfile |