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