image-metadata-tool / render.yaml
Mansi Maheshwari
Initial commit: image metadata web app
7142f88
raw
history blame contribute delete
222 Bytes
services:
- type: web
name: image-metadata-tool
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app
envVars:
- key: PYTHON_VERSION
value: 3.11.0