Sha256: a860a2e4ac076b588721fba1be53d86abf17e7d6d27562aa97e253b183b20804

Contents?: true

Size: 106 Bytes

Versions: 13

Compression:

Stored size: 106 Bytes

Contents

FROM ruby:2.7
RUN apt-get update -qq
RUN gem install bundler
WORKDIR /app
COPY . /app
RUN bundle install

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activestorage-delayed-0.3.7 Dockerfile
activestorage-delayed-0.3.5 Dockerfile
activestorage-delayed-0.3.4 Dockerfile
activestorage-delayed-0.3.3 Dockerfile
activestorage-delayed-0.3.2 Dockerfile
activestorage-delayed-0.3.1 Dockerfile
activestorage-delayed-0.3.0 Dockerfile
activestorage-delayed-0.2.0 Dockerfile
activestorage-delayed-0.2.0.pre.pre Dockerfile
activestorage-delayed-0.1.4 Dockerfile
activestorage-delayed-0.1.3 Dockerfile
activestorage-delayed-0.1.2 Dockerfile
activestorage-delayed-0.1.1 Dockerfile