mirror of
https://github.com/SrIzan10/prox2-discord.git
synced 2026-06-06 01:06:57 +00:00
chore: prisma pmo sm sometimes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user