jembi / openhim-console

A webapp that provides a management console for the OpenHIM
http://openhim.org/
Mozilla Public License 2.0
12 stars 28 forks source link

Dockerize POC-Microfrontends and Import Map Deployer #622

Closed drizzentic closed 6 months ago

drizzentic commented 7 months ago

The PR introduces a script that utilizes single spa microfrontends server to host the import maps and build files for the apps within the monorepo. The script generates an import map based on the packages in the monorepo. TB-388

rcrichton commented 7 months ago

Hi, I think this looks good but I'm struggling to understand exactly what it the script does and what the docker container ends up looking like. @drizzentic if you could help me understand that would be great.

drizzentic commented 7 months ago

Hi @rcrichton . The script creates build for all the packages in the github monorepo and creates a docker image which has all the apps which is deployed to the QA server as a docker container.