From 87826b1668752a1e4ede0f1e59db32a49e014a94 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 27 Mar 2019 16:56:54 +0000 Subject: Expose port 80 --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.sh') diff --git a/boot.sh b/boot.sh index 9d50eef..9f6a220 100644 --- a/boot.sh +++ b/boot.sh @@ -6,5 +6,5 @@ poetry shell # Run database migrations flask db upgrade -exec gunicorn -b :5000 --access-logfile - --error-logfile - annotate_change:app +exec gunicorn -b :80 --access-logfile - --error-logfile - annotate_change:app -- cgit v1.2.3