generator
generator copied to clipboard
perf: optimize dockerfile
Description
Updated Test Results test-results.md
Problems that I worked in this PR
- Remove cache after installing packages
- Merge this run instruction with the consecutive ones
- Surround this variable with double quotes; otherwise, it can lead to unexpected behavior
- Include the ARG instruction in the build stage where it is used
I solved this issue after reading sonarcloud suggestion and how it work