mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 08:18:57 +00:00
5
flask/nixpacks.toml
Normal file
5
flask/nixpacks.toml
Normal 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"
|
||||
Reference in New Issue
Block a user