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