wwwroot directory and sub directory and files not found in docker

Viewed 16

I have developed asp.net core 6 based application and created docker image and published in google kubernetes cluster.

I am facing issue while trying to access wwwroot files.

As ex, i had some files in below structure wwwroot/Content/Static/{.vm files}

I need to access this files in source. Process working fine in local.

But docker image running in google kubernetes cluster not found these files.

Do i need to include any additional syntax to copy these wwwroot folder strcuture along with sub directory and sub files?

0 Answers
Related