Sha256: 777c5e94566368d129c87c9ffbbda526664539c717617932c69a1928d3197e95
Contents?: true
Size: 143 Bytes
Versions: 1
Compression:
Stored size: 143 Bytes
Contents
FROM ruby:2.7.8 WORKDIR /app COPY . /app RUN ./cleanup_bundler RUN gem install bundler -v '< 2' RUN bundle install CMD ["/app/bin/aptible"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aptible-cli-0.19.9 | Dockerfile |