fix: cv-matcher-api Dockerfile missing cv-search-models COPY #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
cv-matcher-api.csproj has a ProjectReference to cv-search-models but the Dockerfile was not copying Apis/cv-search-models/ before dotnet restore, causing CI build failure. Added two COPY lines for the .csproj and source directory. Commit:
a4c128f.