This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22
stars
95
forks
source link
feat: allow post npm build patch in Dockerfile #170
Closed
Danyal-Faheem closed 11 months ago
As per the issue, adding a patch to allow changes in Dockerfile after the npm build has completed. The patch can be used with the name:
mfe-dockerfile-post-npm-build
to apply the patch to every mfemfe-dockerfile-post-npm-build-<mfe>
where mfe indicates the name of the specific mfe to apply the patch toThis change was not documented int the README as MFE patches are to be documented separately in lieu of this issue.