Skip to content

Commit 8b59967

Browse files
Re-added stupid chatgpt forgetfulness (copy prisma folder).
1 parent ec9c7b2 commit 8b59967

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Stage 1: Build the application
32
FROM node:24-alpine AS builder
43

@@ -23,6 +22,9 @@ RUN pnpm install --unsafe-perm \
2322
&& echo '--- DEBUG: node_modules/.bin contents ---' \
2423
&& ls -l node_modules/.bin || true
2524

25+
# Copy prisma directory separately
26+
COPY prisma ./prisma
27+
2628
# Copy the rest of your application code
2729
COPY . .
2830

0 commit comments

Comments
 (0)