Closed RAJANAGORI closed 2 years ago
Merging #640 (38a1bf7) into master (53fba90) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #640 +/- ##
=======================================
Coverage 90.75% 90.75%
=======================================
Files 131 131
Lines 9264 9264
=======================================
Hits 8408 8408
Misses 856 856
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 53fba90...38a1bf7. Read the comment docs.
Minimize the number of layers
You need to find the balance between readability (and thus long-term maintainability) of the Dockerfile and minimizing the number of layers it uses. Be strategic and cautious about the number of layers you use.
If you are using Multi-stage docker functionality than you can use multiple RUN command in the dockerfile