How do I build the custom image

I have made some changed on LMS and CMS UI I run it through command tutor dev runserver -P /path_of_the_file lms/cms

I need to make the docker image of that so that I need not to run it through the dev command .

Is there is any way to build a new docker image.
I tried with command with tutor images build lms/cms

Why not change UI with comprehensive theming?
If you changed the UI with comprehensive theming, you can compile your theme by tutor images build openedx . https://docs.tutor.overhang.io/configuration.html#adding-custom-themes

Or I think you can do it with a fork of open edx, on the same page of documentation for customizing with own theme. https://docs.tutor.overhang.io/configuration.html#running-a-fork-of-edx-platform

1 Like