diff --git a/start b/start index 293f395..58c4259 100755 --- a/start +++ b/start @@ -14,7 +14,7 @@ fi if [[ "$1" == "prod" ]]; then echo "Starting gunicorn production server..." - gunicorn -b 0.0.0.0:6969 "flaskr:create_app()" + gunicorn -b 0.0.0.0:1312 "flaskr:create_app()" else echo "Starting local dev server..." export FLASK_ENV=development