From 200e682291416dad9e61e0771b26fa729d1e697f Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Wed, 21 Jun 2023 11:02:00 -0300 Subject: [PATCH] feat: allow patching the Dockerfile per MFE This should allow managing individual MFE node_modules (such as installing custom dependencies for l10n purposes) without having to fork the corresponding upstream codebases. --- README.rst | 19 +++++++++++++++++++ ...03_arbrandes_dockerfile_patches_per_mfe.md | 1 + tutormfe/templates/mfe/build/mfe/Dockerfile | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 changelog.d/20230623_101803_arbrandes_dockerfile_patches_per_mfe.md diff --git a/README.rst b/README.rst index df3849b..be25f4f 100644 --- a/README.rst +++ b/README.rst @@ -233,6 +233,25 @@ The same applies to installing a custom `brand