Skip to content

Commit 3515e52

Browse files
authored
Update Dockerfile
1 parent 9887a20 commit 3515e52

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
@@ -7,8 +7,8 @@ WORKDIR /app
77
# RUN dotnet restore
88

99
# Copy the entire project and build the release version
10-
COPY src/Application/src/RazorPagesTestSample/. ./
11-
RUN dotnet publish -c Release -o out
10+
# COPY src/Application/src/RazorPagesTestSample/. ./
11+
# RUN dotnet publish -c Release -o out
1212

1313
# Use the official ASP.NET Core runtime image
1414
FROM mcr.microsoft.com/dotnet/aspnet:8.0

0 commit comments

Comments
 (0)