diff --git a/Dockerfile b/Dockerfile index d873c19d..b5401e84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,9 @@ COPY algo.md algo.md # agent-skills markdown is read at compile time by AgentSkillsController # (sha256 digests are baked into the module attribute) COPY priv/agent-skills priv/agent-skills +# /docs/api artifacts are read at compile time by ApiDocsController +# and ApiDocsLive (baked into module attributes). +COPY docs/api docs/api RUN mix compile # copy assets and build (JS/CSS changes don't require recompilation)