Update start phase configuration in nixpacks.toml

This commit is contained in:
Andras Bacsai
2025-09-25 11:30:00 +02:00
committed by GitHub
parent e9dd47e9e1
commit a3188d039f

View File

@@ -1,5 +1,5 @@
[phases.install]
commands = ["pip install -r requirements.txt"]
[phases.start]
command = "flask run --host=0.0.0.0 --port=5000"
[start]
cmd = "flask run --host=0.0.0.0 --port=5000"