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