We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c735b72 commit 3b40a37Copy full SHA for 3b40a37
src/Application/Dockerfile
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
2
WORKDIR /app
3
4
# Copy csproj and restore as distinct layers
5
-COPY src/Application/src/RazorPagesTestSample/*.csproj ./
+COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
6
RUN dotnet restore
7
8
# Copy everything else and build
0 commit comments