Clear env
This commit is contained in:
parent
46f8f1de63
commit
ce76cf5199
|
|
@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 5020
|
EXPOSE 5020
|
||||||
|
|
||||||
ENV ASPNETCORE_URLS=http://+:5020
|
|
||||||
ENV ASPNETCORE_HTTP_PORTS=5020
|
ENV ASPNETCORE_HTTP_PORTS=5020
|
||||||
|
|
||||||
USER app
|
USER app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue