How to run a docker image based on its previous image
I am using docker to run an application but every time i need to update the application on production, i have to build on a new image locally, push/pull and run it on production, but the application is almost 5gb.…