b99260e227
The api.csproj references both email-api-data and email-api-models, but the Dockerfile was not copying them. This caused compilation warnings and potential build failures. Added COPY commands for both projects before restore and publish steps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>