Include templates/ in image for RecentlyOnScope digests
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 40s

Fixes missing domain-digest.md at /app/templates on the railiance01
edge-relay image (activity-core ACTIVITY-WP-0021-T04).
This commit is contained in:
tegwick 2026-07-21 04:21:55 +02:00
parent 6c4fc64ef3
commit 224584d379

View file

@ -39,6 +39,9 @@ COPY policies/ ./policies/
COPY prompts/ ./prompts/ COPY prompts/ ./prompts/
COPY scripts/ ./scripts/ COPY scripts/ ./scripts/
COPY task_flow_engine/ ./task_flow_engine/ COPY task_flow_engine/ ./task_flow_engine/
# ACTIVITY-WP-0021 / ROS hourly: domain-digest.md must exist at
# templates/recently-on-scope/ for /recently-on-scope/hourly rendering.
COPY templates/ ./templates/
EXPOSE 8000 EXPOSE 8000