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
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m24s
This commit is contained in:
@@ -19,7 +19,7 @@ RUN bun install --frozen-lockfile
|
|||||||
# Copy the rest of the application
|
# Copy the rest of the application
|
||||||
COPY . .
|
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
|
RUN mkdir -p /app/.config/prisma
|
||||||
|
|
||||||
# Set environment variables for build
|
# Set environment variables for build
|
||||||
|
|||||||
Reference in New Issue
Block a user