fix: correct dependencies and add Dockerfile

- Mark direct dependencies properly in go.mod (fsnotify, fpdf, goldmark)
- Remove duplicate Theme assignment in type_webserver.go
- Add Dockerfile for multi-stage build (was missing from repo)
- Update PLAN.md with completed tasks

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
This commit is contained in:
2026-03-05 02:43:34 +01:00
parent c3049d3de3
commit 166a2a2831
4 changed files with 46 additions and 8 deletions

View File

@@ -15,7 +15,8 @@
- [x] CLI Mode (`gocv`) generates static files to `./output` and exits.
- [x] Serve Mode (`gocv serve`) hosts HTML and serves PDF on demand.
- [x] File Watcher implemented for live reload in Serve Mode (using fsnotify).
- [x] Dockerfile created for multi-stage build.
- [x] Dockerfile created for multi-stage build (re-created: was missing from repo).
- [x] go.mod dependencies corrected (marked direct deps properly).
## Active Task
- [x] Analyze existing backbone code and integrate Markdown parsing.