AIGreenPath / render.yaml
Zayeemk's picture
Upload 26 files
18935fc verified
raw
history blame contribute delete
186 Bytes
services:
- type: web
name: greenpath-ai
env: python
pythonVersion: "3.11"
buildCommand: "pip install -r requirements.txt"
startCommand: "gunicorn myapp.wsgi"