heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

List the name of the webserver command when setting default #294

Open schneems opened 4 months ago

schneems commented 4 months ago

Currently this is the output:

[builder] - Setting default processes
[builder]   - Running `bundle list` ....... (4.482s)
[builder]   - Detected rails app (`rails` gem found)

IT should also state that it's using rails server in the output.