Devashish-Nagpal's picture
Ready for deployment
096b2a7
raw
history blame
182 Bytes
services:
- type: web
name: sqlite-chat-assistant
runtime: docker
env: python
buildCommand: "./build.sh"
startCommand: "gunicorn app.main:app --workers 4"