heroku / buildpacks-ruby

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

Configure process to complain about unset variable #307

Closed lilacstella closed 2 months ago

lilacstella commented 3 months ago

When using docker run, the default rails app configuration assumes the existence of a $PORT environmental variable but does not tell the user that it is required. By making the lack of a definition for the environmental variable, the user can understand how to run the application properly.

Resolves #306