BIM-MSL / render.yaml
macbook
Initial commit: Malaysian Sign Language Recognition System
ccea462
raw
history blame contribute delete
296 Bytes
services:
- type: web
name: cvslr-app
env: python
region: singapore
plan: free
buildCommand: "pip install -r requirements.txt"
startCommand: "gunicorn --bind 0.0.0.0:$PORT --workers 1 --timeout 120 app:app"
envVars:
- key: PYTHON_VERSION
value: 3.11.0