Port modification
This commit is contained in:
parent
2ab789ac19
commit
46f8f1de63
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
||||||
EXPOSE 5020
|
EXPOSE 5020
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS=http://+:5020
|
ENV ASPNETCORE_URLS=http://+:5020
|
||||||
|
ENV ASPNETCORE_HTTP_PORTS=5020
|
||||||
|
|
||||||
USER app
|
USER app
|
||||||
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue