Skip to content

Commit 80ae9b3

Browse files
committed
chore: update expose port to 8080
1 parent 8e51e37 commit 80ae9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
55
WORKDIR /app
6-
EXPOSE 80
6+
EXPOSE 8080
77

88
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
99
WORKDIR /

0 commit comments

Comments
 (0)