mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
The reason we have both Procfile and Honchofile is to be able to run both the workers and the web server in a single dyno on Heroku.
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
web: honcho start -f Honchofile -p $PORT
|