Skip to content

Commit

Permalink
Disable loading .env file when running foreman for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Flixt authored Aug 6, 2024
1 parent 5c88f1b commit 8028bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if ! gem list foreman -i --silent; then
gem install foreman
fi

exec foreman start -f Procfile.dev "$@"
exec foreman start -f Procfile.dev --env /dev/null "$@"

0 comments on commit 8028bd9

Please sign in to comment.