chore: update dockerfile for prisma

This commit is contained in:
micha 2025-05-15 12:56:41 +02:00 committed by Dominik
parent 1a48bb0370
commit daf1d50fd0

View file

@ -15,6 +15,7 @@ WORKDIR /app
RUN corepack enable RUN corepack enable
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
RUN yarn prisma:generate
RUN yarn build RUN yarn build
# ----- Runner ----- # ----- Runner -----