I am facing issues while building docker image for my website, frontend blank white page and back office working fine

I have build docker image with umbraco13 with .Net8 website. However image is build but only back-office is working forntend is not working showing blank page. I have verified when view rending umbraco publish model not found in views reference.

ModelMode: ScouceCodeAuto
and location if model is in other project and reference is added in main website.

only blank white page coming, please can anyone help.

The issue is probably in your docker build pipeline - if you are referencing your models from another file, you need to ensure when you build your image you are building both your Umbraco web project and your library project, and correctly copying the binary output to the output folder.

If you’re able to run your docker image, you should be able to browse the running image and check that you have your files in there, make sure your models binary is copied into your output build