diff --git a/flask/nixpacks.toml b/flask/nixpacks.toml deleted file mode 100644 index 8e77e15..0000000 --- a/flask/nixpacks.toml +++ /dev/null @@ -1,5 +0,0 @@ -[phases.install] -commands = ["pip install -r requirements.txt"] - -[start] -cmd = "flask run --host=0.0.0.0 --port=5000"