Files
mix f59befdb00 fix: include LICENSE in the Docker build context
The runtime stage copies LICENSE and NOTICE into /usr/share/doc/selfpost/
for AGPL-3.0 conveyance. Excluding LICENSE in .dockerignore broke clean
docker build once the cached layer was invalidated.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-11 00:06:11 +03:00

11 lines
133 B
Plaintext

# Keep the build context minimal and free of dev-only material.
.git
.gitignore
.gitattributes
dev
docs
bin
*.exe
README.md
Makefile