Fix for ASP.NET Core Not Loading NUGET_PACKAGES Correctly on Linux
When ASP.NET Core encounters the Error "path1 cannot be null" at runtime, it is related to NUGET_PACKAGES; environment variables can be added.
env=NUGET_PACKAGES=/root/.nuget/packages
env=NUGET_HTTP_CACHE_PATH=/root/.local/share/NuGet/v3-cache