From c3e18bf0ab1bf5a1f8cb94e41dca6f6e210144c4 Mon Sep 17 00:00:00 2001 From: "Fafner [_KeyZee_]" Date: Tue, 27 Jul 2021 08:09:21 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .