CARONTE v1.0 - Plataforma de Gestão Social
This commit is contained in:
5
start-backend.sh
Executable file
5
start-backend.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd /home/kernelpanic/projetos_jarvis/caronte/backend
|
||||
source venv/bin/activate
|
||||
python seed_data.py 2>/dev/null || true
|
||||
exec uvicorn app.main:app --host 0.0.0.0 --port 8070 --reload
|
||||
Reference in New Issue
Block a user