PadmasaliGovardhan
Toml file push
219bcf9
raw
history blame
248 Bytes
[build]
builder = "NIXPACKS"
buildCommand = "cd backend && pip install -r requirements.txt"
startCommand = "cd backend && uvicorn main:app --host 0.0.0.0 --port $PORT"
[env]
PYTHONUNBUFFERED = "1"
PIP_NO_CACHE_DIR = "1"
NIXPACKS_TIMEOUT = "1800"