Skip to content

Demonstration of Ruby on Tanzu Application Platform

Notifications You must be signed in to change notification settings

p-ssanders/demo-ruby-app

Repository files navigation

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