Sha256: 5c4aa681990794ba86737d033752cf707200bedf4093e1ae04543d56ba814797
Contents?: true
Size: 288 Bytes
Versions: 6
Compression:
Stored size: 288 Bytes
Contents
FROM ruby:2.5.3-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 imagemagick COPY Gemfile* /usr/src/app/ WORKDIR /usr/src/app RUN bundle install COPY . /usr/src/app/
Version data entries
6 entries across 6 versions & 1 rubygems