chore: prisma pmo sm sometimes

This commit is contained in:
2025-09-19 20:36:20 +02:00
parent fb30cc68e8
commit db2a169cbd

View File

@@ -1,4 +1,4 @@
FROM oven/bun:latest AS builder
FROM oven/bun:alpine AS builder
WORKDIR /app
@@ -10,12 +10,16 @@ COPY . .
RUN bun run build
RUN apk add --update --no-cache openssl1.1-compat
RUN bunx prisma generate
FROM oven/bun:latest
FROM oven/bun:alpine
WORKDIR /app
RUN apk add --update --no-cache openssl1.1-compat
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/.sern ./.sern
COPY --from=builder /app/node_modules ./node_modules