Compare commits

...

2 Commits

Author SHA1 Message Date
b4ee875ac8 Merge pull request 'Added debug lines' (#7) from test into main
Reviewed-on: #7
2026-03-03 14:57:27 +02:00
715bb919af Added debug lines 2026-03-03 14:57:13 +02:00

View File

@@ -1,8 +1,11 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR .
COPY . .
RUN ls .
RUN ls ./SampleApi
RUN dotnet publish "SampleApi/SampleApi.csproj" -c Release -o /app/publish
# Stage 2: Run the app using the Runtime
FROM ://mcr.microsoft.com
WORKDIR /app