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>
This commit is contained in:
2026-08-11 00:04:03 +03:00
parent 15baa1e5d0
commit f59befdb00
-1
View File
@@ -7,5 +7,4 @@ docs
bin bin
*.exe *.exe
README.md README.md
LICENSE
Makefile Makefile