File size: 313 Bytes
e0b63b3 | 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 |