Files
worldmonitor/railpack.json
Elie Habib e08b7b1673 fix(relay): replace nixpacks.toml with railpack.json for curl (#571)
Railway uses Railpack (not Nixpacks). nixpacks.toml in scripts/ was
silently skipped. Use railpack.json at repo root with deploy.aptPackages
to install curl at runtime for OREF polling.
2026-02-28 21:26:47 +04:00

7 lines
94 B
JSON

{
"$schema": "https://schema.railpack.com",
"deploy": {
"aptPackages": ["curl"]
}
}