frb-chatbot / render.yaml
Justin
Deploy
18a544a
Raw
History Blame Contribute Delete
164 Bytes
services:
- type: web
name: chatbot-api
env: python
buildCommand: ""
startCommand: uvicorn backend:app --host=0.0.0.0 --port=10000
plan: free