Sha256: af89813755997d79f4b655f8c1030bb77956ed0b5f4086a13bd73ef5a134bdd2
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
FROM ruby:2.7.0-slim RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs curl RUN mkdir /myapp WORKDIR /myapp ADD . /myapp RUN bundle config set path 'vendor/bundle' RUN bundle install
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.29.beta1 | Dockerfile |