chore: update dockerfile for prisma

This commit is contained in:
micha 2025-05-15 12:56:41 +02:00
parent fdf65a77ae
commit 9fe68a9dae

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 -----