Port modification

This commit is contained in:
l.gabrysiak 2025-03-24 14:49:54 +01:00
parent 2ab789ac19
commit 46f8f1de63
1 changed files with 1 additions and 0 deletions

View File

@ -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