pack build puma-sample --buildpack paketo-buildpacks/ruby
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.
curl http://localhost:9292