Correct CI/CD
Some checks failed
Build, Push and Run Container / build (push) Failing after 4s

This commit is contained in:
2025-08-06 17:44:53 +02:00
parent 20992c2c91
commit b7b5790620
2 changed files with 13 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:10.0-preview AS base
USER $APP_UID
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:10.0-preview AS build
ARG BUILD_CONFIGURATION=Release