mars / heroku-nextjs

⏩ Deploy Next.js universal web apps to Heroku
https://nextjs.herokuapp.com
MIT License
371 stars 36 forks source link

add port to start script #25

Closed joejknowles closed 7 years ago

joejknowles commented 7 years ago

-p $PORT is missing in next.js's production build guide, but seems to be necessary on heroku

mars commented 7 years ago

Ah ha! Great catch @joejknowles.

PORT is set in this repo's package.json, but I left out of the instructions.

Thank you 😊