nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.14k stars 5.25k forks source link

Optimize Dockerfile #7112

Closed ghorbani-ali closed 5 months ago

ghorbani-ali commented 5 months ago

Replace SDK base image with alpine to lightweight build stage image. Use dynamic package build for simplicity and decrease docker image layers. Remove unnecessary RUN commands to change file and directory ownership for decrease docker image layers. Remove unnecessary RUN command to install packages.

skoshelev commented 5 months ago

Hi @ghorbani-ali. Thank you, this is great work.

ghorbani-ali commented 5 months ago

Hi @ghorbani-ali. Thank you, this is great work.

Tanks a lot. it's my pleasure.