mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
6 lines
118 B
TOML
6 lines
118 B
TOML
[phases.install]
|
|
commands = ["pip install -r requirements.txt"]
|
|
|
|
[start]
|
|
cmd = "flask run --host=0.0.0.0 --port=5000"
|