From ce76cf519972bb7525635a55c601f1a6f2806771 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Mon, 24 Mar 2025 14:52:23 +0100 Subject: [PATCH] Clear env --- Migration/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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