mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-07 12:10:20 +02:00
Fix Docker build: copy Logo directory for embedded resource
Prowlarr.Core.csproj references Logo/64.png as an embedded resource via a path relative to the repo root. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d6d4e902e4
commit
d51bb2ff02
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ RUN dotnet restore src/NzbDrone.Console/Prowlarr.Console.csproj -r "$(cat /tmp/r
|
|||
|
||||
# Copy remaining source and build
|
||||
COPY src/ src/
|
||||
COPY Logo/ Logo/
|
||||
COPY LICENSE LICENSE
|
||||
|
||||
RUN dotnet publish src/NzbDrone.Console/Prowlarr.Console.csproj \
|
||||
|
|
|
|||
Loading…
Reference in a new issue