Malware-detection / start.sh
kumar-aditya's picture
Upload start.sh
89fa469 verified
Raw
History Blame Contribute Delete
140 Bytes
#!/bin/bash
# Run database migrations
alembic upgrade head
# Start the FastAPI server
exec uvicorn app.main:app --host 0.0.0.0 --port 8000