ADM-Purchasing-Tools / render.yaml
abdulsalam2121
Add automation bot with Flask and Playwright
5b29309
Raw
History Blame Contribute Delete
244 Bytes
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