You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add Docker containerization with CI/CD pipeline
- Add Dockerfile with Python 3.11-slim, non-root user, health checks
- Add docker-compose.yml with environment variables and volume mounts
- Add .dockerignore for clean builds excluding sensitive files
- Add GitHub Actions workflow for multi-platform builds (amd64/arm64)
- Support ghcr.io and Docker Hub registries with manual approval for main
- Add pre-commit hooks for code quality and security validation
- Update CLAUDE.md with Docker deployment documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments