Fix Docker build: add explicit -f net8.0 to publish command

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
nitrobass24 2026-04-06 21:53:30 -05:00
parent 762fe61df3
commit 1b6d3fbeb7

View file

@ -35,6 +35,7 @@ COPY LICENSE LICENSE
RUN dotnet publish src/NzbDrone.Console/Prowlarr.Console.csproj \
-c Release \
-f net8.0 \
-r "$(cat /tmp/rid)" \
--self-contained \
--no-restore \