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 ef96b9c commit a938d87Copy full SHA for a938d87
src/Application/src/RazorPagesTestSample/DockerFile renamed to src/Application/src/RazorPagesTestSample/Dockerfile
@@ -15,4 +15,4 @@ WORKDIR /app
15
COPY --from=build-env /app/out .
16
# Default ASP.NET port changed with .NET 8.0
17
ENV ASPNETCORE_HTTP_PORTS=80
18
-ENTRYPOINT ["dotnet", "RazorPagesTestSample.dll"]
+ENTRYPOINT ["dotnet", "RazorPagesTestSample.dll"]
0 commit comments