Do you use python virtualenv inside Docker at production?
Do you ship your container dev to the stage, stage to prod? OR, clone the repo at production server and run docker command, like, docker-compose up --build
docker-compose up --build