diff --git a/start.sh b/start.sh index 7e18d42..e61d28e 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ python3 -m venv venv source venv/bin/activate echo "--- Starte den Master-Server auf Port 8000..." -python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 \ No newline at end of file +python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload --reload-exclude "venv/*" \ No newline at end of file