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 a01e269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WORKDIR $HOME
COPY requirements.txt .
RUN pip3 install --user -r requirements.txt

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

0 comments on commit a01e269

Please sign in to comment.