6 lines
88 B
Docker
6 lines
88 B
Docker
FROM ghcr.io/puppeteer/puppeteer
|
|
|
|
COPY index.mjs flag.jpeg .
|
|
|
|
CMD ["node", "index.mjs"]
|