[ ContextVM/wotrlay ] feat: Add complete Docker setup with CI/CD
- Add Dockerfile with multi-stage Alpine build
- Add docker-compose.yml for easy orchestration
- Add .dockerignore for optimized builds
- Add GitHub Actions workflow for automated builds
- Add Makefile with version management and release automation
- Update main.go to use ./badger path (works in both local and Docker)
- Add version information to binary builds
- Add comprehensive documentation in DOCKER.md

GitHub
feat: Add complete Docker setup with CI/CD · ContextVM/wotrlay@cce831c
- Add Dockerfile with multi-stage Alpine build
- Add docker-compose.yml for easy orchestration
- Add .dockerignore for optimized builds
- Add GitHu...