mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
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.
7 lines
94 B
JSON
7 lines
94 B
JSON
{
|
|
"$schema": "https://schema.railpack.com",
|
|
"deploy": {
|
|
"aptPackages": ["curl"]
|
|
}
|
|
}
|