-
-
Save danneu/4049606 to your computer and use it in GitHub Desktop.
Procfile
This file contains 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
# Procfile | |
web: bundle exec rails server -p $PORT | |
faye: bundle exec thin -p 8081 -R faye_config.ru start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment