Deployment
There are two ways in which the extension can be deployed:
Deploy through docker image
- Checkout code from
https://github.com/cloudblue/connect-extension-customer-portal - Configure the portal as per Configuration Page for docker run.
- Modify the code as per your requirements.
- Rum following command on command prompt to run the project:
docker compose up app - Open browser with URL
http://localhost:8080 - You can publish docker image with your modified code and deploy that image in kubernetes cluster.