File size: 244 Bytes
5b29309 | 1 2 3 4 5 6 7 | 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 |