From 46f8f1de63d2a358d1f4d618bf48841aa3d2ff96 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Mon, 24 Mar 2025 14:49:54 +0100 Subject: [PATCH] Port modification --- Migration/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Migration/Dockerfile b/Migration/Dockerfile index f1acba3..bddc318 100644 --- a/Migration/Dockerfile +++ b/Migration/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /app EXPOSE 5020 ENV ASPNETCORE_URLS=http://+:5020 +ENV ASPNETCORE_HTTP_PORTS=5020 USER app FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build