fix(docker): remove --with-threads from remaining dev workflows for DuckDB compatibility (#34851)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-26 09:16:03 -07:00
committed by GitHub
parent cb24737825
commit 659db162d6
4 changed files with 7 additions and 12 deletions

View File

@@ -72,7 +72,7 @@ case "${1}" in
;;
app)
echo "Starting web app (using development server)..."
flask run -p $PORT --with-threads --reload --debugger --host=0.0.0.0
flask run -p $PORT --reload --debugger --host=0.0.0.0
;;
app-gunicorn)
echo "Starting web app..."