Added debug lines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user