Neuste docker version

This commit is contained in:
2026-06-07 23:46:37 +02:00
parent f636392e52
commit ab505dbad5
15 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ COPY timetracker.csproj ./
RUN dotnet restore timetracker.csproj
COPY . ./
RUN dotnet publish -c Release -o /app/publish --no-restore
RUN dotnet publish -c Release -o /app/publish
# ── Runtime Stage ─────────────────────────────────────────────────────────────
FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS final