start.sh hinzugefügt

This commit is contained in:
2026-03-03 23:44:59 +00:00
parent b75e2867dc
commit c910b45ccc

3
start.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "--- Starte den Master-Server auf Port 8000..."
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000