fix: Dockerfile no longer requires go.sum to exist before first build

Removed go.sum from the COPY cache layer — go mod download -x creates it
when absent. Added empty backend/go.sum for local tooling (gopls, go build).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 13:17:37 +02:00
parent 8138abad4e
commit 2bc544ccae
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@@ -22,6 +22,8 @@ config.json
settings.json
*.db
# go.sum is intentionally committed once populated by go mod tidy
# OS
.DS_Store
Thumbs.db