From 7b2c47a4c3e0992817191bca136fdadc1504f65d Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 1 Apr 2019 14:54:46 +0100 Subject: Various fixes to get the app to work in docker --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.sh') diff --git a/boot.sh b/boot.sh index 7662566..93e64d2 100644 --- a/boot.sh +++ b/boot.sh @@ -13,4 +13,4 @@ while true; do sleep 5 done -exec gunicorn -b :80 --access-logfile - --error-logfile - annotate_change:app +exec gunicorn -b :7831 --access-logfile - --error-logfile - annotate_change:app -- cgit v1.2.3