crawler-mp3 / render.yaml
a0989935572's picture
add file
e0dee3b verified
Raw
History Blame Contribute Delete
228 Bytes
services:
- type: web
name: cathay-webcast-ai
env: python
buildCommand: |
pip install -r requirements.txt
playwright install chromium
startCommand: uvicorn app:app --host 0.0.0.0 --port 10000