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
Optimize Docker Image Size by Cleaning Nix Store (#2486)
## Summary
This MR modifies the Dockerfile to reduce the final image size by
optimizing the Nix store after installing packages. Added `nix-store
--gc` and `nix-store --optimise` commands to clean up and optimize the
Nix store after package installation.
## How was it tested?
Built the Docker image locally and verified the image size reduction.
Confirmed that the application runs as expected after the changes.
0 commit comments