chore: Update Dockerfile and pnpm configuration to enable build scripts for dependencies
Build and Push Reader Image / docker (push) Successful in 1m9s

This commit is contained in:
2026-05-11 15:49:24 +07:00
parent 7ad39b3639
commit 09734cdadd
3 changed files with 12 additions and 18 deletions
+9 -4
View File
@@ -1,5 +1,10 @@
packages:
- "."
# pnpm v10+ có cơ chế chặn build scripts trong môi trường không tương tác.
# Whitelist các package cần build (Prisma/Sharp) để CI/Docker không fail với ERR_PNPM_IGNORED_BUILDS.
allowBuilds:
'@prisma/client': false
'@prisma/engines': false
prisma: false
sharp: false
"@prisma/client": true
"@prisma/engines": true
prisma: true
sharp: true