File size: 325 Bytes
c30f358 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
services:
- type: web
name: my-app
env: python
repo: https://github.com/ZienabMakhloof/ocr.git
branch: main
buildCommand: "pip install -r requirements.txt"
startCommand: "python app.py"
envVars:
- key: PYTHON_VERSION
value: 3.10.11
region: oregon
plan: standard |