3 lines
108 B
Bash
3 lines
108 B
Bash
echo "--- Starte den Master-Server auf Port 8000..."
|
|
|
|
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 |