fix(relay): add seed-chokepoint-flows.mjs to Dockerfile.relay COPY list

This commit is contained in:
Elie Habib
2026-04-07 23:15:47 +04:00
parent 5516dc5139
commit 0f6ebc768b

View File

@@ -23,6 +23,7 @@ COPY scripts/ais-relay.cjs ./scripts/ais-relay.cjs
COPY scripts/_proxy-utils.cjs ./scripts/_proxy-utils.cjs
COPY scripts/_seed-utils.mjs ./scripts/_seed-utils.mjs
COPY scripts/seed-climate-news.mjs ./scripts/seed-climate-news.mjs
COPY scripts/seed-chokepoint-flows.mjs ./scripts/seed-chokepoint-flows.mjs
# Shared helper required by the relay (rss-allowed-domains.cjs)
COPY shared/ ./shared/