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 9887a20 commit 3515e52Copy full SHA for 3515e52
src/Application/src/RazorPagesTestSample/Dockerfile
@@ -7,8 +7,8 @@ WORKDIR /app
7
# RUN dotnet restore
8
9
# Copy the entire project and build the release version
10
-COPY src/Application/src/RazorPagesTestSample/. ./
11
-RUN dotnet publish -c Release -o out
+# COPY src/Application/src/RazorPagesTestSample/. ./
+# RUN dotnet publish -c Release -o out
12
13
# Use the official ASP.NET Core runtime image
14
FROM mcr.microsoft.com/dotnet/aspnet:8.0
0 commit comments