Improved the .dockerignore definitions in the Website service target.

This commit is contained in:
2026-08-30 09:22:10 +02:00
parent 8bf6e86ffb
commit 1cae261dff
2 changed files with 12 additions and 3 deletions
+11 -2
View File
@@ -1,7 +1,16 @@
# Applies only when this directory is itself the build context. The Dockerfile
# builds from the repository root (it copies the sibling Packages/), so today's
# builds read the root .dockerignore instead — keep the two in step.
.build
.swiftpm
.DS_Store
.env.local
docker-compose.*
Makefile
README.md
README.md
# The double star matches at every depth; a bare pattern only covers the context root.
**/.DS_Store
# Local database data directory (bind-mounted by Compose)
Tests/DB