Merge branch 'main' of https://gitea.penry.de/Henry/CouchLog
Some checks failed
Build ARM64 Linux / build-arm64 (push) Has been cancelled
Build Linux x64 / build-linux-x64 (push) Has been cancelled
Build Windows x64 / build-windows-x64 (push) Has been cancelled
Build Docker Linux ARM64 / build-docker-linux-x64 (push) Failing after 11m21s

# Conflicts:
#	Dockerfile
This commit is contained in:
2025-12-11 20:47:35 +01:00

View File

@@ -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"