services: | |
- type: web | |
name: sqlite-chat-assistant | |
runtime: docker | |
env: python | |
buildCommand: "./build.sh" | |
startCommand: "gunicorn app.main:app --workers 4" | |
services: | |
- type: web | |
name: sqlite-chat-assistant | |
runtime: docker | |
env: python | |
buildCommand: "./build.sh" | |
startCommand: "gunicorn app.main:app --workers 4" | |