From f59befdb004010ecd60ceb4393c1f43d53362725 Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Tue, 11 Aug 2026 00:04:03 +0300 Subject: [PATCH] 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 --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index e7b8881..d47e802 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,5 +7,4 @@ docs bin *.exe README.md -LICENSE Makefile