Sha256: cb86179b28f5f98c3b5edd91445b5cda8a0dc9612c15012a6a347fc5a42901b2
Contents?: true
Size: 256 Bytes
Versions: 3
Compression:
Stored size: 256 Bytes
Contents
FROM ruby:3.1.0 # Install the dependencies ADD Gemfile Gemfile.lock .ruby-version optimum-energy-rubocop.gemspec VERSION.txt /app/ WORKDIR /app RUN bundle install # Add the app ADD . /app # Add the bin directory to the $PATH ENV PATH="/app/bin:${PATH}"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
optimum-energy-rubocop-0.9.0 | Dockerfile |
optimum-energy-rubocop-0.8.1 | Dockerfile |
optimum-energy-rubocop-0.8.0 | Dockerfile |