ci(web): fix permission errors publishing to stable APP_DIR (docker chown+chmod, exclude .pnpm-store); runtime: use container-local PNPM store to avoid host writes
This commit is contained in:
parent
009291f6a2
commit
945b29f317
3 changed files with 11 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ services:
|
|||
- sistema_db:/app/data
|
||||
environment:
|
||||
NODE_ENV: "production"
|
||||
PNPM_STORE_DIR: "/tmp/pnpm-store"
|
||||
# Garante instalação de devDependencies para o build (prisma CLI)
|
||||
NPM_CONFIG_PRODUCTION: "false"
|
||||
# IMPORTANTE: "NEXT_PUBLIC_*" é consumida pelo navegador (cliente). Use a URL pública do Convex.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue