Skip to content

Fix local docker build#557

Merged
therobbiedavis merged 1 commit intoListenarrs:canaryfrom
lhanson:docker-build
Apr 29, 2026
Merged

Fix local docker build#557
therobbiedavis merged 1 commit intoListenarrs:canaryfrom
lhanson:docker-build

Conversation

@lhanson
Copy link
Copy Markdown
Contributor

@lhanson lhanson commented Apr 29, 2026

Summary

Fixes #556

Changes

Fixed

The Dockerfile only copied Listenarr.Api.csproj before running dotnet restore. Since the project adopted Directory.Build.props for shared properties and Directory.Packages.props for central package management, restore failed with NETSDK1013 (empty TargetFramework) and NU1015 (missing package versions).

docker build . now succeeds.

@lhanson lhanson requested a review from a team April 29, 2026 01:12
@therobbiedavis therobbiedavis added the minor minor version bump - add functionality in a backward compatible manner label Apr 29, 2026
@therobbiedavis therobbiedavis added patch patch version bump - backward compatible bug fixes and removed minor minor version bump - add functionality in a backward compatible manner labels Apr 29, 2026
@therobbiedavis therobbiedavis merged commit 10c900a into Listenarrs:canary Apr 29, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch patch version bump - backward compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local docker build fails

2 participants