GlobalBusinessAdvisors's picture
Update start.sh
be5edd1 verified
raw
history blame
No virus
138 Bytes
#!/bin/bash
# Activate virtual environment
source venv/bin/activate
# Run the application
uvicorn app.app:app --host 0.0.0.0 --port 7860