first push
This commit is contained in:
7
backend/start.sh
Normal file
7
backend/start.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Démarrage du Backend FastAPI sur le port 8000..."
|
||||
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload &
|
||||
|
||||
echo "Démarrage de Chainlit sur le port 8001..."
|
||||
chainlit run chainlit_app.py --host 0.0.0.0 --port 8001
|
||||
Reference in New Issue
Block a user