From cad760663bf71dbdcb926a118dd4695b42019d38 Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Fri, 24 May 2019 10:39:57 -0700 Subject: [PATCH] Fix missing wordlist --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 33a34cd2..bcdc85bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file