write-ups-challenges-2024-2025/photos/init/Dockerfile
2024-11-25 22:32:02 +01:00

6 lines
88 B
Docker

FROM ghcr.io/puppeteer/puppeteer
COPY index.mjs flag.jpeg .
CMD ["node", "index.mjs"]