Sha256: 320b0555a37d22130207b1ee01b8b642404ade83eaf2079f96b9944fc804ae39
Contents?: true
Size: 289 Bytes
Versions: 45
Compression:
Stored size: 289 Bytes
Contents
FROM ruby:2.5.1 WORKDIR /app ADD Gemfile /app/Gemfile ADD Gemfile.lock /app/Gemfile.lock RUN bundle install --system ADD . /app RUN bundle install --system EXPOSE 4567 # If you do not have a bin/web wrapper file, create one or update this command RUN chmod a+x bin/web CMD ["bin/web"]
Version data entries
45 entries across 45 versions & 1 rubygems