Sha256: fc285d5af3f3e6095cf3c2219b97184d2d8ae086bec35d6c64f5af3fc63b9379
Contents?: true
Size: 132 Bytes
Versions: 2
Compression:
Stored size: 132 Bytes
Contents
FROM ruby:2.7 RUN apt-get update -qq RUN mkdir /app WORKDIR /app COPY . /app RUN gem install bundler:1.17.3 RUN bundle install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amico-db-0.1.8 | Dockerfile |
amico-db-0.1.7 | Dockerfile |