Merge branch 'main' of https://gitea.penry.de/Henry/CouchLog
Some checks failed
Some checks failed
# Conflicts: # Dockerfile
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
# Kopiere zuerst nur die Projektdatei und lade Abhängigkeiten (Caching-Vorteil)
|
|
||||||
COPY ["../CouchLog/CouchLog.csproj", "."]
|
COPY ["../CouchLog/CouchLog.csproj", "."]
|
||||||
RUN dotnet restore "CouchLog.csproj"
|
RUN dotnet restore "CouchLog.csproj"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user