add client
This commit is contained in:
parent
015be2576f
commit
24f3fb9b8e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ FROM base AS runner
|
||||||
|
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
COPY --from=builder /app/prisma ./prisma
|
COPY --from=builder /app/prisma ./prisma
|
||||||
|
COPY --from=builder /app/node_modules/.prisma/client ./node_modules/.prisma/client
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue