Created
April 8, 2016 18:28
-
-
Save Fabianopb/56bac975493be6fe35c9377f690a27fa to your computer and use it in GitHub Desktop.
Procfile for configuring Puma server with Heroku in Cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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