Skip to content

Commit

Permalink
Fix missing wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
rojopolis committed May 24, 2019
1 parent 1a9c13d commit cad7606
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 @@ -14,4 +14,5 @@ RUN apt-get update && apt-get install -y \
RUN pip3 install pyspelling
COPY entrypoint.sh /entrypoint.sh
COPY spellcheck.yaml /spellcheck.yaml
COPY wordlist.txt /wordlist.txt
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit cad7606

Please sign in to comment.