Files
coolify-examples/flask/nixpacks.toml
Andras Bacsai 269ae91c9b Update README.md (#53)
* Update README.md

* flask
2025-09-25 11:26:30 +02:00

6 lines
129 B
TOML

[phases.install]
commands = ["pip install -r requirements.txt"]
[phases.start]
command = "flask run --host=0.0.0.0 --port=5000"