chore: update dockerfile for prisma
Some checks failed
container-scan / Container Scan (pull_request) Failing after 47s
docker-build / docker (pull_request) Failing after 3m2s

This commit is contained in:
micha 2025-05-15 12:56:41 +02:00
parent 3509e5e5c4
commit c13948129b

View file

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