Skip to content

Instantly share code, notes, and snippets.

@douglarek
Created April 20, 2014 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglarek/11106202 to your computer and use it in GitHub Desktop.
Save douglarek/11106202 to your computer and use it in GitHub Desktop.
A Procfile sample for Flask deploy
web: gunicorn -w 4 -b 0.0.0.0:5000 -k gevent run:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment