diff --git a/api/Dockerfile b/api/Dockerfile index 90feee7..fb66d23 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -19,6 +19,7 @@ RUN npx puppeteer browsers install chrome FROM node:22-slim AS runtime ENV NODE_ENV=production WORKDIR /app +RUN npx puppeteer browsers install chrome COPY --from=deps /app/node_modules ./node_modules COPY --from=build /app/dist ./dist