From 6f2f022cb977d4b0f5537d77fa75977c1e89a4dd Mon Sep 17 00:00:00 2001 From: zhipu Date: Wed, 25 Mar 2026 17:55:19 +0000 Subject: [PATCH] Fix Docker build: create .config/prisma directory and use proper standalone output --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 790ac16..427bde9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN bun install --frozen-lockfile # Copy the rest of the application COPY . . -# Create Prisma config directory to prevent config lookup error +# Create Prisma config directory to prevent config lookup error in Prisma 6 RUN mkdir -p /app/.config/prisma # Set environment variables for build