Sha256: 0a3a6b458cd36e2742a6d6dd7d8995669bba03479e222b76102c1ca3b7f80192

Contents?: true

Size: 342 Bytes

Versions: 41

Compression:

Stored size: 342 Bytes

Contents

# Use this Dockerfile to create minimal reproductions of issues

FROM ruby:3.1

# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1

WORKDIR /usr/src/app

COPY . .
RUN gem install bundler
RUN bundle install
RUN bundle exec rake compile

EXPOSE 9292
CMD bundle exec bin/puma test/rackup/hello.ru

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
puma-5.6.9-java tools/Dockerfile
puma-5.6.9 tools/Dockerfile
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/puma-5.6.8/tools/Dockerfile
puma-5.6.8-java tools/Dockerfile
puma-5.6.8 tools/Dockerfile
puma-6.4.0-java tools/Dockerfile
puma-6.4.0 tools/Dockerfile
puma-5.6.7-java tools/Dockerfile
puma-5.6.7 tools/Dockerfile
puma-6.3.1-java tools/Dockerfile
puma-6.3.1 tools/Dockerfile
puma-5.6.6-java tools/Dockerfile
puma-5.6.6 tools/Dockerfile
puma-6.3.0-java tools/Dockerfile
puma-6.3.0 tools/Dockerfile
puma-6.2.2-java tools/Dockerfile
puma-6.2.2 tools/Dockerfile
puma-6.2.1-java tools/Dockerfile
puma-6.2.1 tools/Dockerfile
puma-6.2.0-java tools/Dockerfile