フォアマンで実行されているアプリを正常に起動させることに成功しましたが、Heroku にデプロイするとすぐに、ログにエラーがスローされます。
2012-08-20T03:22:48+00:00 heroku[web.1]: Starting process with command `node index.js`
2012-08-20T03:22:49+00:00 app[web.1]: Server has started.
2012-08-20T03:22:49+00:00 heroku[web.1]: Error R11 (Bad bind) -> Process bound to port 15134, should be 52717 (see environment variable PORT)
2012-08-20T03:22:49+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-08-20T03:22:51+00:00 heroku[web.1]: Process exited with status 137
2012-08-20T03:22:51+00:00 heroku[web.1]: State changed from starting to crashed
バインドするポートを変更しようとしましたが、変更するたびにポートが再度変更されます。私のアプリに他に何か問題がありますか?