Files
ctf/2025/catthegrey/ezpz/dist-oops/admin/Dockerfile
2025-06-06 03:13:31 +02:00

7 lines
103 B
Docker

FROM ghcr.io/puppeteer/puppeteer:latest
WORKDIR /home/pptruser/
COPY bot.js .
CMD ["node", "bot.js"]