Skip to content

Commit

Permalink
Fix running with Docker
Browse files Browse the repository at this point in the history
Following up on 4c369ef
  • Loading branch information
ghostwords committed Mar 4, 2024
1 parent d08899f commit 6bc4a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ COPY requirements.txt .
RUN pip3 install --user -r requirements.txt

COPY crawler.py validate.py docker-entry.sh $HOME/
COPY lib $HOME/lib
COPY .git $HOME/.git
COPY domain-lists $HOME/domain-lists
COPY privacybadger $PBPATH
Expand Down

0 comments on commit 6bc4a28

Please sign in to comment.