Skip to content

Files

This branch is 5 commits ahead of, 2 commits behind AllaeddineEL/samples:main.

passenger

Ruby sample app using Passenger web server

Building

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

Running

docker run --interactive --tty --env PORT=8080 --publish 8080:8080 passenger-sample

Viewing

curl http://localhost:8080