Delete flask/nixpacks.toml

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

View File

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