I have a existed pure asp.net mvc project.
I follow the official tutorial to put it into a container (https://docs.microsoft.com/en-us/aspnet/mvc/overview/deployment/docker-aspnetmvc#comments-container).
I wonders: how can I update the docker container if I change the code in the project? Do I need to go through the whole process (publish -> build -> start) every time?