FROM ghcr.io/puppeteer/puppeteer

COPY index.mjs flag.jpeg .

CMD ["node", "index.mjs"]