Sha256: 21433d076d2cc204fc930c60acba49c0c082f6f37a21308edcfa0743de579ea7
Contents?: true
Size: 274 Bytes
Versions: 42
Compression:
Stored size: 274 Bytes
Contents
FROM ruby:2.5-alpine LABEL maintainer="your-email-here@gmail.com" RUN apk add --no-cache --update build-base linux-headers \ postgresql-dev nodejs tzdata libxml2-dev libxslt-dev COPY Gemfile* /usr/src/app/ WORKDIR /usr/src/app RUN bundle install COPY . /usr/src/app/
Version data entries
42 entries across 34 versions & 1 rubygems