Files
coolify-examples/flask/nixpacks.toml
2025-09-25 11:30:00 +02:00

6 lines
118 B
TOML

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