talimbot / render.yaml
parinazAkef's picture
Fresh start: TalimBot project without binary files
2fe573b
raw
history blame contribute delete
182 Bytes
# Render.com Deployment Configuration
## Build Command:
pip install -r backend/requirements.txt
## Start Command:
cd backend && uvicorn main:app --host 0.0.0.0 --port $PORT