What's Changed
Improvements
- Simplified Docker image builds by removing the Yarn release dependency from the build process, reducing build time and complexity.
Fixes
- Ensured the Yarn release file is correctly included in the final Docker installer image, fixing potential runtime issues related to missing Yarn binaries.
Internal
- Updated
.dockerignoreto exclude unnecessary files during Docker builds, improving build efficiency and image hygiene.