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