buildpacks-ruby icon indicating copy to clipboard operation
buildpacks-ruby copied to clipboard

Configure process to complain about unset variable

Open lilacstella opened this issue 1 year ago • 0 comments

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

lilacstella avatar Jul 19 '24 22:07 lilacstella