Skip to content

Instantly share code, notes, and snippets.

@kzk
Created September 18, 2011 18:34
Show Gist options
  • Save kzk/1225370 to your computer and use it in GitHub Desktop.
Save kzk/1225370 to your computer and use it in GitHub Desktop.
cat >Procfile <<EOF
web: ./bin/gunicorn -k tornado --workers=4 --bind=0.0.0.0:$PORT hello
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment