| services: | |
| - type: web | |
| name: automation-bot | |
| env: python | |
| plan: free | |
| buildCommand: pip install -r app/requirements.txt && python -m playwright install chromium | |
| startCommand: cd app && gunicorn web_app:app --bind 0.0.0.0:$PORT |
| services: | |
| - type: web | |
| name: automation-bot | |
| env: python | |
| plan: free | |
| buildCommand: pip install -r app/requirements.txt && python -m playwright install chromium | |
| startCommand: cd app && gunicorn web_app:app --bind 0.0.0.0:$PORT |