Sha256: 7cba2f9b6ee05f1761b97506e1ba20a80b164445b3a0f2ecef4e01fb52e5fe61
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
FROM ruby:2.6.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
6 entries across 6 versions & 1 rubygems