Skip to content

Commit 9887a20

Browse files
authored
Update Dockerfile
1 parent c6565e5 commit 9887a20

File tree

1 file changed

+2
-2
lines changed
  • src/Application/src/RazorPagesTestSample

1 file changed

+2
-2
lines changed

src/Application/src/RazorPagesTestSample/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env
33
WORKDIR /app
44

55
# Copy the .csproj file and restore dependencies
6-
COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
7-
RUN dotnet restore
6+
# COPY src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj ./
7+
# RUN dotnet restore
88

99
# Copy the entire project and build the release version
1010
COPY src/Application/src/RazorPagesTestSample/. ./

0 commit comments

Comments
 (0)