Skip to content

Commit 0152cd5

Browse files
committed
Fix prisma migration location
1 parent 2e0e381 commit 0152cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY --from=builder /build/out/build /app
3636
# Copy prisma data (npm ci nukes node_modules, so this must be last)
3737
COPY --from=builder /build/node_modules/.prisma /app/node_modules/.prisma
3838
# Copy prisma migrations
39-
COPY --from=builder /build/src/lib/prisma/migrations /app/prisma/migrations
39+
COPY --from=builder /build/src/lib/prisma/migrations /app/node_modules/.prisma/client/migrations
4040

4141
EXPOSE 6173
4242
ENV PORT=6173

0 commit comments

Comments
 (0)