Skip to content

Chromium agents not closing after generating pdf #121

@gabriellafran22

Description

@gabriellafran22

I created a docker image using the html pdf node library with this configuration
`FROM node:21-alpine
RUN apk add --no-cache chromium --repository=http://dl-cdn.alpinelinux.org/alpine/v3.10/main

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

WORKDIR /usr/src/app

COPY package*.json ./

RUN npm install

COPY . .

EXPOSE 3000

CMD ["node", "app.js"]
`

Everytime I generate a pdf, it keeps producint these agents
WhatsApp Image 2024-12-19 at 12 38 28

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions