Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed Mar 30, 2022
1 parent bcbf045 commit 428b849
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/drivers/npm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ RUN mkdir -p "$WAPPALYZER_ROOT/browsers"

WORKDIR "$WAPPALYZER_ROOT"

ADD cli.js .
ADD categories.json .
ADD driver.js .
ADD package.json .
ADD technologies .
ADD wappalyzer.js .
ADD yarn.lock .
COPY technologies ./technologies
COPY \
cli.js \
categories.json \
driver.js \
package.json \
wappalyzer.js \
yarn.lock .

RUN yarn install

Expand Down

0 comments on commit 428b849

Please sign in to comment.