Skip to content

Instantly share code, notes, and snippets.

@mashaz
Created May 29, 2021 14:22
Show Gist options
  • Save mashaz/6d7892329d22fe96f55650bb8c27fdeb to your computer and use it in GitHub Desktop.
Save mashaz/6d7892329d22fe96f55650bb8c27fdeb to your computer and use it in GitHub Desktop.
wappalyzer-docker
FROM buildkite/puppeteer:9.1.1
RUN mkdir -p /opt
COPY wappalyzer/ /opt/wappalyzer/
RUN cd /opt/wappalyzer && yarn install && yarn run link
WORKDIR /opt/wappalyzer
ENTRYPOINT ["node", "/opt/wappalyzer/src/drivers/npm/cli.js"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment