mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update start phase configuration in nixpacks.toml
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[phases.install]
|
[phases.install]
|
||||||
commands = ["pip install -r requirements.txt"]
|
commands = ["pip install -r requirements.txt"]
|
||||||
|
|
||||||
[phases.start]
|
[start]
|
||||||
command = "flask run --host=0.0.0.0 --port=5000"
|
cmd = "flask run --host=0.0.0.0 --port=5000"
|
||||||
|
|||||||
Reference in New Issue
Block a user