We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2bf3f commit 46a2645Copy full SHA for 46a2645
dist/challenge-templates/xss-bot/challenge/Dockerfile
@@ -67,6 +67,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
67
68
COPY bot.js /home/user/
69
COPY cookie /home/user/
70
+COPY .puppeteerrc.cjs /home/user/
71
RUN cd /home/user && npm install puppeteer
72
73
ENV DOMAIN="www.example.com"
0 commit comments