credify / render.yaml
abhisheksan's picture
setup
6064a78
raw
history blame contribute delete
330 Bytes
services:
- type: web
name: credify
env: python
buildCommand: |
apt-get update && apt-get install -y ffmpeg
chmod +x $(which ffmpeg)
ffmpeg -version
pip install --upgrade pip
pip install --use-pep517 -r requirements.txt
startCommand: uvicorn app.main:app --host 0.0.0.0 --port $PORT