JARVIS / render.yaml
coder-vansh's picture
fix: add Procfile and runtime.txt for Railway
c3360e6
services:
- type: web
name: jarvis
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: python run.py
envVars:
- key: PORT
value: 8000