Skip to content

Commit

Permalink
add pptr config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdarckcat authored May 16, 2023
1 parent de2bf3f commit 46a2645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/challenge-templates/xss-bot/challenge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key

COPY bot.js /home/user/
COPY cookie /home/user/
COPY .puppeteerrc.cjs /home/user/
RUN cd /home/user && npm install puppeteer

ENV DOMAIN="www.example.com"
Expand Down

0 comments on commit 46a2645

Please sign in to comment.