cdn-py / render.yaml
Keys
Fifth Commit
6cf043b
raw
history blame contribute delete
208 Bytes
services:
- type: web
name: cdn-py
runtime: docker
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app
envVars:
- key: PYTHON_VERSION
value: 3.8.0