ninja-code-guard / Procfile
NinjainPJs's picture
Add Railway deployment config — Procfile, runtime.txt, nixpacks.toml
04fc1b0
raw
history blame contribute delete
62 Bytes
web: uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000}