An overview of buildpacks, which are responsible for transforming deployed code into an executable bundle which can be executed on a dyno| devcenter.heroku.com
A Procfile is a list of process types in an app. Each process type declares a command that is executed when a dyno of that process type is started.| devcenter.heroku.com