diff --git a/docs/Dockerfile b/docs/Dockerfile index 5997fe6..358a9f1 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -15,9 +15,11 @@ COPY package.json pnpm-lock.yaml ./ RUN npm install -g --silent pnpm@9.15.4 \ && pnpm install --frozen-lockfile -# Copy остальное (toc, .yfm, markdown). -COPY .yfm toc.yaml index.md ./ +# Copy остальное (toc, .yfm, markdown + content directories). +COPY .yfm toc.yaml index.md changelog.md ./ COPY integration ./integration +COPY operator ./operator +COPY reviewer ./reviewer RUN pnpm build