One entryMerged PR· StuMason/coolify-mcp· TypeScript
PR #193 merged: fix(docker): allow CHANGELOG.md through .dockerignore for docs build
additions
+1
deletions
-0
files changed
1
Tiny one-liner. The root .dockerignore had *.md with only !README.md allowlist, so CHANGELOG.md was filtered out before Dockerfile.docs could COPY it, breaking the docs build's <!--@include: ../CHANGELOG.md--> directive. Adding !CHANGELOG.md to the allowlist.