Commit Graph

1 Commits

Author SHA1 Message Date
zhenyi 1b300865d9 build(docker): add Dockerfile and .dockerignore for containerization
- Create multi-stage Dockerfile with cargo-chef optimization
- Add .dockerignore to exclude unnecessary files from build context
- Include protobuf compiler and development dependencies in builder stage
- Set up proper user permissions and health check
- Configure release build with strip for smaller image size
- Add curl dependency for health check functionality
2026-06-11 13:58:20 +08:00