GoodWordsOnly / render.yaml
Jathin Chetty
Add Render deployment config
30cdaab
raw
history blame contribute delete
247 Bytes
services:
- type: web
name: hwd-multilingual
env: python
buildCommand: "pip install -r requirements.txt"
startCommand: "gunicorn webapp.app:app --bind 0.0.0.0:$PORT"
envVars:
- key: PYTHON_VERSION
value: 3.10.0