|
|
27ee859d3b
|
Optimize Docker image and reduce size
- Replace build-essential with specific packages (gcc, g++, make)
- Remove curl from both builder and runtime stages
- Remove Docker healthcheck (Kubernetes handles this)
- Consolidate file copying to reduce layers
- Remove redundant mkdir and chown commands
- Add comprehensive .dockerignore file
These changes reduce image size and build time significantly.
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-07-26 16:07:37 -05:00 |
|