Skip to content

Instantly share code, notes, and snippets.

@trycatchfinallydev
Created August 31, 2020 18:55
Show Gist options
  • Save trycatchfinallydev/ca63adeeb1bdc0a93c01523bdaaf4647 to your computer and use it in GitHub Desktop.
Save trycatchfinallydev/ca63adeeb1bdc0a93c01523bdaaf4647 to your computer and use it in GitHub Desktop.
Heroku Procfile for use with NGINX buildpack and NodeJS application
web: bin/start-nginx node server.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment