chore: copy .sern

This commit is contained in:
2025-09-19 20:32:35 +02:00
parent 77bb5a6020
commit fb30cc68e8

View File

@@ -17,6 +17,7 @@ FROM oven/bun:latest
WORKDIR /app
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/.sern ./.sern
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/package.json ./