From a4a499bde43e4048db90ff803bcb53504542c241 Mon Sep 17 00:00:00 2001 From: Xinyu Zhou Date: Mon, 7 Aug 2017 15:13:57 +0000 Subject: [PATCH] update deploy script --- deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 350d50f9..b29c3535 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,5 @@ #!/bin/bash mkdir -p server_log -gunicorn -w 3 run_demo_server:app -b 0.0.0.0 -p 8769 -t 120 \ - --capture-output \ +gunicorn -w 3 run_demo_server:app -b 0.0.0.0:8769 -t 120 \ --error-logfile server_log/error.log \ --access-logfile server_log/access.log