Custom MFE Changes Not Reflected in Staging Environment

We are operating a staging Open edX instance utilizing Tutor version 20.0.0. Custom modifications made to the Micro-Frontends (MFEs), specifically the header and footer components, are not being reflected in the staging environment. These changes are visible and functioning correctly in the local development instance; however, upon deployment to staging, the updates are not applied and appear to be overridden.
We have reviewed the Dockerfile and confirmed that it appears to be configured correctly. Additionally, we attempted to install the header and footer components as npm packages, but the issue persists. Currently, the header and footer customizations are implemented via a Tutor plugin.

when I mount the mfe with the header and footer in the config.yml, it works fine and reflects all my latest changes

but when i use that patch, and I see the patch inside the dockerfile, its not reflected.

Hi @Lucian and welcome!

Are you using plugin slots? Are you using Indigo? Could you share some of your customization code?