This commit is contained in:
parent
03d1117075
commit
226b979d63
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ RUN bun install --ignore-scripts --production --frozen-lockfile
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|
||||||
COPY prisma ./prisma/
|
COPY prisma ./prisma/
|
||||||
RUN bunx prisma generate
|
|
||||||
|
RUN bun install --ignore-scripts --frozen-lockfile && bunx prisma generate
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue