First Commit

This commit is contained in:
Mike Nolan 2023-01-12 06:34:29 -06:00
parent 5f8663d9e0
commit c931085403
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal
WORKDIR /app
COPY --from=build /app ./
EXPOSE 5130
EXPOSE 80
ENTRYPOINT ["dotnet","tytdemail.dll"]