diff --git a/start b/start index 2925741..8296cd8 100755 --- a/start +++ b/start @@ -15,7 +15,7 @@ fi if [[ "$1" == "prod" ]]; then echo "Starting gunicorn production server..." - gunicorn -b 0.0.0.0:443 "undercover:create_app()" + gunicorn -b 0.0.0.0:80 -b 0.0.0.0:443 "undercover:create_app()" else echo "Starting local dev server..." export FLASK_ENV=development