Upgrade e-mail config

This commit is contained in:
2023-07-09 23:08:10 -04:00
parent 5d431b81c7
commit 41c3904e85
4 changed files with 47 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ RUN dotnet restore
COPY . ./
WORKDIR /jjj/JobsJobsJobs/Application
RUN dotnet publish -c Release -r linux-x64
RUN rm bin/Release/net7.0/linux-x64/publish/appsettings.*.json
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine as final
WORKDIR /app