fix: dockerfile prisma generate

This commit is contained in:
2025-06-11 13:07:00 +03:00
parent 3953e550b1
commit dcc6bf448b

View File

@@ -15,6 +15,7 @@ COPY --from=install /temp/dev/node_modules node_modules
COPY . . COPY . .
ENV NODE_ENV=production ENV NODE_ENV=production
RUN bunx prisma generate
RUN bun run build RUN bun run build
FROM base AS release FROM base AS release