From adaacb60860c4b10852380ef76c4741d04914ebe Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 2 Aug 2015 10:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0coding=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile 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