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:
nitrobass24 2026-04-06 22:07:56 -05:00
parent d6d4e902e4
commit d51bb2ff02

View file

@ -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 \