Sha256: 1d310dac993b622a96f42b81908c1ff3ba0155c78b07a0a70ed559f0a9fe5f9d

Contents?: true

Size: 157 Bytes

Versions: 1

Compression:

Stored size: 157 Bytes

Contents

FROM ruby:3.0
WORKDIR /app
RUN apt-get update && apt-get install redis -y
RUN bundle config set --global force_ruby_platform true
RUN gem i bundler
COPY . .

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque_unit_without_mock-0.1.2 Dockerfile