Skip to content

Commit

Permalink
configure process to complain about unset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacstella committed Jul 19, 2024
1 parent 230e8dd commit 5826aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/ruby/src/steps/get_default_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ fn default_rails() -> Process {
.args([
"-c",
&[
"set -eu;",
"bin/rails server",
"--port \"$PORT\"",
"--environment \"$RAILS_ENV\"",
Expand Down

0 comments on commit 5826aba

Please sign in to comment.