Currently, you can build an MFE app only by specifying a link to a git repository so in case I want to use a private repo I need to use authentication tokens in the URLs which is not secure. I’d like to create a PR that will make use of an optional directory parameter, and if it’s specified in the config the image will be built from it instead of doing the git clone (by doing COPY directorydestination). In case this parameter is not specified, the behavior will stay as is.