diff --git a/Dockerfile b/Dockerfile index cd2a34ff..e1255e50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN pip3 install poetry WORKDIR lookyloo COPY lookyloo lookyloo/ +COPY tools tools COPY bin bin/ COPY website website/ COPY setup.py .