Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 386 Bytes

Ruby sample app using Puma web server

Building

pack build puma-sample --buildpack gcr.io/paketo-buildpacks/ruby

Running

docker run --interactive --tty --publish 9292:9292 puma-sample

9292 is the default port for rack compliant web servers. As of date, the puma buildpack requires that the app source have a config.ru file.

Viewing

curl http://localhost:9292