First Commit
This commit is contained in:
parent
18e49759d8
commit
5f8663d9e0
|
@ -8,6 +8,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
|
|||
WORKDIR /app
|
||||
COPY --from=build /app ./
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5130
|
||||
|
||||
ENTRYPOINT ["dotnet","tytdemail.dll"]
|
Loading…
Reference in New Issue