mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 21:14:30 +02:00
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:
parent
762fe61df3
commit
1b6d3fbeb7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue