From 224584d37932cbc05c41b1d5b3734704dce70934 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 21 Jul 2026 04:21:55 +0200 Subject: [PATCH] Include templates/ in image for RecentlyOnScope digests Fixes missing domain-digest.md at /app/templates on the railiance01 edge-relay image (activity-core ACTIVITY-WP-0021-T04). --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b1cfbd3..5833f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,9 @@ COPY policies/ ./policies/ COPY prompts/ ./prompts/ COPY scripts/ ./scripts/ 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