Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deploy com flask/ gunicorn e bind correto.
requirements.txt
flask gunicorn
ambarks.json
{ "build": { "installCommand": "pip install --no-cache-dir -r requirements.txt" }, "run": { "command": "gunicorn -b 0.0.0.0:8000 app:app" } }
8000
Was this page helpful?