#!/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