diff --git a/Migration/Dockerfile b/Migration/Dockerfile index bddc318..2de5037 100644 --- a/Migration/Dockerfile +++ b/Migration/Dockerfile @@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base WORKDIR /app EXPOSE 5020 -ENV ASPNETCORE_URLS=http://+:5020 ENV ASPNETCORE_HTTP_PORTS=5020 USER app