fix(notification-service): add empty prisma dir to satisfy Dockerfile.service COPY step

notification-service does not use Prisma/ORM (raw SQL via TypeORM DataSource).
Dockerfile.service unconditionally copies the prisma/ directory from builder stage,
which fails with 'not found' when the directory doesn't exist.
Adding a .gitkeep placeholder so the COPY succeeds; the subsequent
prisma generate step is skipped because no schema.prisma is present.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-07 22:54:33 -08:00
parent 52c443d937
commit 66a454df93
1 changed files with 0 additions and 0 deletions