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