start.sh aktualisiert
This commit is contained in:
2
start.sh
2
start.sh
@@ -1,4 +1,4 @@
|
|||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
echo "--- Starte den Master-Server auf Port 8000..."
|
echo "--- Starte den Master-Server auf Port 8000..."
|
||||||
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000
|
python3 -m uvicorn main:app --host 0.0.0.0 --port 8000 --reload --reload-exclude "venv/*"
|
||||||
Reference in New Issue
Block a user