f59befdb00
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>
11 lines
133 B
Plaintext
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
|