Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Docker reads it from the context root.

# Source control
.git
# Note: .git is intentionally NOT ignored — server/Dockerfile bind-mounts it
# (--mount=type=bind,source=.git) to stamp the server commit into the image
# without baking .git into any layer. Excluding it here breaks the build.
.gitignore
.gitattributes

Expand Down
Loading