Fix port to match .NET 8 default

This commit is contained in:
2024-01-23 09:04:28 -05:00
parent 2549d9a8d5
commit 253be3b77f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS base
WORKDIR /app
EXPOSE 80
EXPOSE 8080
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /src