Add documentation and handler (#77)

This commit is contained in:
2024-06-07 12:04:00 -04:00
parent b07532ab50
commit 8ee3c6b483
5 changed files with 275 additions and 109 deletions

View File

@@ -5,7 +5,7 @@ RUN dotnet restore
COPY ./MyPrayerJournal ./
RUN dotnet publish -c Release -r linux-x64
RUN rm bin/Release/net8.0/linux-x64/publish/appsettings.*.json
RUN rm bin/Release/net8.0/linux-x64/publish/appsettings.*.json || true
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine as final
WORKDIR /app