Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 284 Bytes

Ruby sample app using Rails Asset precompilation

Building

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

Running

docker run --interactive --tty --env SECRET_KEY_BASE="some-secret" --publish 9292:9292 rails-sample

Viewing

curl http://localhost:9292