Sha256: 97d89f72e0446a1d8b26ec02e375d34ecc89fe453c9a4558b685bc151183fdcc
Contents?: true
Size: 223 Bytes
Versions: 12
Compression:
Stored size: 223 Bytes
Contents
FROM ruby:2.5 RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN mkdir /myapp WORKDIR /myapp COPY Gemfile /myapp/Gemfile COPY Gemfile.lock /myapp/Gemfile.lock RUN bundle install COPY . /myapp
Version data entries
12 entries across 12 versions & 1 rubygems