MHalo
Results
2
comments of
MHalo
you can tried add enviroment params at start the application. for example: I using supervisord to run my application. [program:local.nuget.keeplive] command=dotnet BaGet.dll directory=/srv/website/dotnet/nuget environment=ASPNETCORE__ENVIRONMENT=Production,**DOTNET_CLI_HOME=/temp** user=root stopsignal=INT autostart=false autorestart=true I hope...
@Protoniumizer it happened to me too,did you resolve it?