StuMason/coolify-mcp
TypeScript
Pull Request Opened
PR #193 opened: fix(docker): allow CHANGELOG.md through .dockerignore for docs build
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.
+1
additions
-0
deletions
1
files changed