mirror of
https://github.com/getredash/redash.git
synced 2026-05-12 03:03:29 -04: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
|