Build a Simple .NET Core App on Docker

Build a Simple .NET Core App on Docker

Learn how to containerize your secure .NET Core applications with Docker, the Okta way.

Felipe

Hi.

I’m trying to override my “appsettings.json” by my environments variables as you show in this article, but it’s not happening.
Do you have any idea whats I’m doing wrong?

Oleksandr Nahirniak

Have you put .AddEnvironmentVariables() after AddJson(…) statement?