Find out what's new with Heroku on our blog.
by pallavkothari
GitHub Readme.md
Installs nginx which proxies to port 8080
Add the buildpack
heroku buildpacks:add https://github.com/pallavkothari/heroku-buildpack-nginx
Then in your app's Procfile:
web: ./nginx-start.sh && <whatever you would normally do>
Copy the snippet above into CLI.