Fix Wrong Port

This commit is contained in:
Alan Moon 2025-06-16 13:12:21 -07:00
parent 186d19e765
commit 6961b78de4

View File

@ -2,7 +2,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
WORKDIR /src