7271484c7f
The cv-search-job.csproj references both email-api-data and email-api-models, but the Dockerfile was not copying them into the build context. This caused compilation errors about missing EmailApi namespace types. Added COPY commands for both projects before restore and publish steps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>