We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec7e3f commit 7b5e01bCopy full SHA for 7b5e01b
apps/api/Dockerfile
@@ -18,9 +18,7 @@ RUN curl -fsSL https://bun.sh/install | bash \
18
COPY . .
19
20
# Generate Prisma client inside the image (ensures runtime client matches installed deps)
21
-RUN export BUN_INSTALL="/root/.bun" \
22
- && export PATH="$BUN_INSTALL/bin:$PATH" \
23
- && bunx prisma generate
+RUN npx prisma generate
24
25
# Set environment variables
26
ENV NODE_ENV=production
0 commit comments