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:
@@ -7,5 +7,4 @@ docs
|
|||||||
bin
|
bin
|
||||||
*.exe
|
*.exe
|
||||||
README.md
|
README.md
|
||||||
LICENSE
|
|
||||||
Makefile
|
Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user