Created
August 4, 2013 20:02
-
-
Save MichelleGlauser/6151714 to your computer and use it in GitHub Desktop.
BookFairy Django web app 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
web: python manage.py runserver 0:$PORT collectstatic --noinput; bin/gunicorn_django --workers=4 --bind=0.0.0.0:$PORT proj/prod_settings.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment