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 8e51e37 commit 80ae9b3Copy full SHA for 80ae9b3
src/BootstrapBlazor.Server/Dockerfile
@@ -3,7 +3,7 @@
3
4
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
5
WORKDIR /app
6
-EXPOSE 80
+EXPOSE 8080
7
8
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
9
WORKDIR /
0 commit comments