diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..5174cae --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn oj.wsgi:application -b $VCAP_APP_HOST:$VCAP_APP_PORT \ No newline at end of file