How to Dockerize
I have the following docker file
pretty much copy paste from Microsoft https://learn.microsoft.com/de-de/dotnet/core/docker/build-container?tabs=linux&pivots=dotnet-8-0
but i encounter an error i dont have in any other environment about not finding serilog
I looked that my
.csproj
only reference serilog nuget package not the dll directly, and i'm not even using the file sinkTutorial: Containerisieren einer .NET Core-App mit Docker - .NET
In diesem Tutorial erfahren Sie, wie Sie eine .NET-Anwendung mit Docker containerisieren können.
2 Replies
Show your csproj?