Skip to content

Commit eab9e19

Browse files
Added prisma config file to dockerfile.
1 parent aac7695 commit eab9e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ COPY --from=builder /app/package.json ./package.json
4848
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
4949
COPY --from=builder /app/.next ./.next
5050
COPY --from=builder /app/prisma ./prisma
51+
COPY --from=builder /app/prisma.config.ts ./prisma.config.ts
5152
COPY --from=builder /app/public ./public
5253
COPY docker-entrypoint.sh .
5354

0 commit comments

Comments
 (0)