File size: 232 Bytes
426ffb5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# render.yaml dosyası ekleyin
services:
  - type: web
    name: anime-recommendation
    env: python
    buildCommand: "pip install -r requirements.txt"
    startCommand: "gunicorn -w 1 --bind 0.0.0.0:$PORT app:app"
    plan: free