diff --git a/api/Dockerfile b/api/Dockerfile index 41966f2..99f2d40 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -18,7 +18,6 @@ RUN npm ci --omit=dev && npm cache clean --force 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