Fix prebuilt Docker image Prisma COPY conflict with standalone.

Replace stub @prisma/client from Next standalone with full bundle engines.
Ignore .pnpm-store so it is not committed again.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ali Taghavi
2026-05-19 10:09:24 +03:30
parent 49ab7cd685
commit 043f351eae
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
# dependencies
/node_modules
.pnpm-store
/.pnp
.pnp.*
.yarn/*