Sha256: f2ce196470e40ab02d364a7145316136c2e864973908ad6d8304f0c4d3e2c34e
Contents?: true
Size: 115 Bytes
Versions: 2
Compression:
Stored size: 115 Bytes
Contents
FROM ruby:3.0.0-alpine RUN apk update && apk add git WORKDIR /app COPY . . RUN bundle install CMD bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qrcode_pix_ruby-0.5.0 | Dockerfile |
qrcode_pix_ruby-0.4.0 | Dockerfile |