Access files in a docker image
I am completely defeated.
All im trying to do is access a file with type = content and output = preserver newest in docker
this is my dockerfile
I tried all kinds of different combinations and debug logs for about 10 hours
I cant find any combination that works. I just want to access this file. I can see its in the docker image.
With the debug logs im getting the correct path, its just not there if I do File.Exists. If I check locally or in prod within the terminal of the image, its there.
this is in my csproj
All im trying to do is access a file with type = content and output = preserver newest in docker
this is my dockerfile
I tried all kinds of different combinations and debug logs for about 10 hours
I cant find any combination that works. I just want to access this file. I can see its in the docker image.
With the debug logs im getting the correct path, its just not there if I do File.Exists. If I check locally or in prod within the terminal of the image, its there.
this is in my csproj