i have problems setting the ASPNETCORE_ENVIRONMENT variable running my project in a docker container. The problem is that the value is alwa
In the docker-compose.override.yml file, you should find something like that:
version: '3.4' services: webapplication1: environment: - ASPNETCORE_ENVIRONMENT=Development # <==