Skip to content

Instantly share code, notes, and snippets.

@Fabianopb
Created April 8, 2016 18:28
Show Gist options
  • Save Fabianopb/56bac975493be6fe35c9377f690a27fa to your computer and use it in GitHub Desktop.
Save Fabianopb/56bac975493be6fe35c9377f690a27fa to your computer and use it in GitHub Desktop.
Procfile for configuring Puma server with Heroku in Cloud9
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment