Altien turns Mike into one tenant-portable image
One packaged build now runs the whole app and can serve any client without a rebuild.
Altien collapsed Mike's separate front-end and back-end builds into a single image that runs both together. The more interesting change is what's no longer locked in when the image is built. A client's identity and sign-in settings - the kind tied to Microsoft Entra, Microsoft's corporate login service - used to get baked into the front-end at build time, which meant a fresh build for every customer.
Now those settings are fetched when the app loads in the browser, so the same image can serve any tenant. Only one value still has to be set at build time. The work also trims what gets shipped to Azure's build service and adds a small fix so the open-source version installs cleanly without Altien's private provisioning scripts.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?