Docker and EF Sqlite adjustments

This commit is contained in:
2025-10-17 14:28:10 -04:00
parent 3964a61794
commit 0ff45f9310
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ RUN dotnet publish "./WebApp.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "WebApp.dll"]
ENTRYPOINT ["dotnet", "tsa-chapter-organizer.dll"]