master #4

Merged
sebleh merged 3 commits from master into renovate/mcr.microsoft.com-dotnet-sdk-9.x 2025-03-19 01:11:17 +01:00
Showing only changes of commit 2710cf610b - Show all commits

View file

@ -8,7 +8,7 @@ RUN dotnet restore
# Now the code.
COPY . .
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out; exit 0
FROM mcr.microsoft.com/dotnet/runtime:6.0-bookworm-slim AS runtime
WORKDIR /app