aboutsummaryrefslogtreecommitdiff
path: root/boot.sh
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-04-01 14:54:46 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-04-01 14:54:46 +0100
commit7b2c47a4c3e0992817191bca136fdadc1504f65d (patch)
treeb283eccf1a23fd4c5b7b24a93738e3f859511a7a /boot.sh
parentUpdate configuration to use env files throughout (diff)
downloadAnnotateChange-7b2c47a4c3e0992817191bca136fdadc1504f65d.tar.gz
AnnotateChange-7b2c47a4c3e0992817191bca136fdadc1504f65d.zip
Various fixes to get the app to work in docker
Diffstat (limited to 'boot.sh')
-rw-r--r--boot.sh2
1 files changed, 1 insertions, 1 deletions
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