I have questions regarding applying my local changes and customizations of MFEs, theme,… (tutor dev) to server (tutor local).
I’m wondering if I could mount my forked repos and tutor images build … (with tutor dev on my development machine) such as mfe and openedx and then pull and use those images on the server (tutor local)? So that I don’t have to create plugins to load those forked repos for tutor local?
Can I build images with tutor dev and use those images in tutor local ?
hi Kanharith,
i am on a similiar issue for a while now, can you guide me on how you made sure that your changes from the dev can get reflected in local.
It would be really helpful for me, if you could shed light on your approach.
Fyi; i am planning to run two constant server, one for development, another for production. So i have tried to pushing my changes made in dev image from the dev server to the docker registry and then tried to pull that onto my prod server. But it didnt worked (lms, cms, workers are keep getting restarting). Using tutor images build openedx and tutor local launch doesnt helps in reflecting the new changes.