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 . .
ENV NODE_ENV=production
RUN bunx prisma generate
RUN bun run build
FROM base AS release
@@ -26,4 +27,4 @@ RUN bunx prisma generate
USER bun
EXPOSE 3000/tcp
ENTRYPOINT ["bun", "run", "start"]
ENTRYPOINT ["bun", "run", "start"]