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 c6565e5 commit 9887a20Copy full SHA for 9887a20
src/Application/src/RazorPagesTestSample/Dockerfile
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
3
WORKDIR /app
4
5
# Copy the .csproj file and restore dependencies
6
-COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
7
-RUN dotnet restore
+# COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
+# RUN dotnet restore
8
9
# Copy the entire project and build the release version
10
COPY src/Application/src/RazorPagesTestSample/. ./
0 commit comments