9 lines
155 B
TOML
9 lines
155 B
TOML
[phases.setup]
|
|
nixPkgs = ["python311"]
|
|
|
|
[phases.install]
|
|
cmds = ["pip install -e ."]
|
|
|
|
[start]
|
|
cmd = "uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}"
|