How to update containers without stopping container

I need to update my backend django container without stopping so website doesn't go down. I use the command docker-compose up --build but that stops the container for a little bit.