Update README.md (#53)

* Update README.md

* flask
This commit is contained in:
Andras Bacsai
2025-09-25 11:26:30 +02:00
committed by GitHub
parent 6457a95887
commit 269ae91c9b
9 changed files with 89 additions and 0 deletions

5
flask/nixpacks.toml Normal file
View File

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