This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Access to the path '/app/ocelot.json' is denied #1955
Labels
Configuration
Ocelot feature: Configuration
merged
Issue has been merged to dev and is waiting for the next release
I'm using ocelot in dotnet 8
Running app on windows (self host) is totally fine
But when I run app in docker container I'm getting access denied in AddJsonFile
I've checked container folders and /app/ocelot.json is present (but it's read-only)
Here is my
Program.cs
and even when I'm trying to remove read-only attribute I'm getting the same error
I've already checked issues and haven't find the solution except this #1216 which seems like it isn't finished yet
Specifications
The text was updated successfully, but these errors were encountered: