Sha256: 8e97aba022deb532d59878e2f4d003ef8288fecb0b3db05d93e3e867eb232514

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

FROM ruby:3.0.0-alpine
RUN apk update && apk add git
RUN mkdir -p /app/
WORKDIR /app/
VOLUME /app/
COPY . /app/
RUN bundle install
CMD bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qrcode_pix_ruby-0.3.4 Dockerfile
qrcode_pix_ruby-0.3.3 Dockerfile
qrcode_pix_ruby-0.3.2 Dockerfile