From 09dd98bf6d97eb39181facf6fca683ffbc685fe6 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 13 Feb 2026 12:35:45 -0700 Subject: [PATCH] Add tmpfs for npm cache in read_only container Allows Prisma CLI operations to work within the security-hardened read_only container. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 8e5a167..b45882b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,7 @@ services: read_only: true tmpfs: - /tmp + - /home/nextjs/.npm rtrips-postgres: image: postgres:16-alpine