Sha256: f0e3237b96d1ff87e7cb34170bdb0d9e11ae7d1e7d1eb9b89720344896436850

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

FROM ruby:3.0.0-alpine
RUN apk update && apk add git
WORKDIR /app
COPY Gemfile Gemfile
COPY config.ru config.ru
RUN bundle install && bundle add webrick
CMD bundle exec rackup -p 3000 --host 0.0.0.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qrcode_pix_ruby-0.6.0 demo/Dockerfile
qrcode_pix_ruby-0.5.1 demo/Dockerfile