Files
ctf/catthegray25/ezpz/dist-oops/admin/Dockerfile
2025-05-31 22:42:59 +02:00

6 lines
102 B
Docker

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