Fix Docker build: create .config/prisma directory and use proper standalone output
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m24s

This commit is contained in:
2026-03-25 17:55:19 +00:00
parent aeabebdd9f
commit 6f2f022cb9

View File

@@ -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