37997bb356
The email-api.csproj references email-api-data as a project dependency, but the Dockerfile was not copying it into the build context. This caused 'Skipping project' warnings during restore/publish. Added COPY commands for both .csproj (before restore) and source directory (before publish) to include email-api-data in the Docker build. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>