File size: 182 Bytes
096b2a7
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
services:
  - type: web
    name: sqlite-chat-assistant
    runtime: docker
    env: python
    buildCommand: "./build.sh"
    startCommand: "gunicorn app.main:app --workers 4"