I’m using some Themes in my Open Edx project.
the problem is with every single change in the theme, I have to rebuild the Dockerfile and it takes nearly 20 minutes which is a lot!!
why we don’t separate Time-consuming parts like apt and pip packages in a base image and use this image in the main Dockerfile?