vapi-vf / render.yaml
sjmt's picture
Upload 4 files
2fbd444 verified
raw
history blame contribute delete
159 Bytes
version: 1
services:
- name: web
buildCommand: pip install -r requirements.txt
startCommand: gunicorn -w 4 --threads 2 -b 0.0.0.0:$PORT app:app