mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 04:30:26 +02:00
Fix Docker build: specify net8.0 framework for publish
The project multi-targets net8.0 and net8.0-windows, so dotnet publish requires an explicit --framework to disambiguate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
09d5c4458b
commit
94d619229b
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ COPY LICENSE LICENSE
|
|||
|
||||
RUN dotnet publish src/NzbDrone/Prowlarr.csproj \
|
||||
-c Release \
|
||||
-f net8.0 \
|
||||
-r "$(cat /tmp/rid)" \
|
||||
--self-contained \
|
||||
--no-restore \
|
||||
|
|
|
|||
Loading…
Reference in a new issue