Files
worldmonitor/Dockerfile.seed-bundle-resilience-validation
Elie Habib 061bb2d8e6 fix(resilience): ship full scripts/ tree in validation Docker image (#3054)
Second hidden-dependency crash from the cherry-picked COPY list. First was _proxy-utils.cjs (fixed post-merge on PR #3041). Now backtest-resilience-outcomes.mjs imports _country-resolver.mjs from PR #3052 and the validation cron crashed in prod with ERR_MODULE_NOT_FOUND.

The explicit file list was meant to keep the image small, but every new local import since has required a matching Dockerfile edit that nobody remembers until the cron crashes. Copy the whole scripts/ tree instead — ~2 MB larger, robust to any future import.
2026-04-13 15:43:55 +04:00

2.8 KiB