chore(docker): add .dockerignore to exclude dev artifacts from build context #58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/add-dockerignore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prevents generated output (_site/, .jekyll-cache/, src/tag/,
src/assets/main.js*, src/assets/matomo.js), the .git directory,
devcontainer config, and developer docs (README.md, CLAUDE.md)
from being sent to the Docker daemon as build context.
Reduces context transfer size and eliminates the risk of stale
locally-built artefacts shadowing the clean in-container build.