diff --git a/Dockerfile b/Dockerfile index bd47a53..462b912 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src -# Kopiere zuerst nur die Projektdatei und lade Abhängigkeiten (Caching-Vorteil) COPY ["../CouchLog/CouchLog.csproj", "."] RUN dotnet restore "CouchLog.csproj"