Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 259 Bytes

Ruby sample app using Unicorn web server

Building

pack build unicorn-sample --buildpack paketo-buildpacks/ruby

Running

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

Viewing

curl http://localhost:8080