@ -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