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 3b40a37 commit a8f01e3Copy full SHA for a8f01e3
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/RazorPagesTestSample.csproj
+COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
6
RUN dotnet restore
7
8
# Copy everything else and build
0 commit comments