| 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 |