Add multi-stage Dockerfile that can build both images: - `docker build --target collector` for the collector - `docker build --target receiver` for the receiver (with CGO for SQLite) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add multi-stage Dockerfile for building minimal container image using golang:1.25-alpine base.