From b65d1e0f7eb9b188c2221bf0eedde067077307bf Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 27 Feb 2026 12:21:58 +0000 Subject: [PATCH] additional review comment --- backend/categorisation/handler/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/categorisation/handler/Dockerfile b/backend/categorisation/handler/Dockerfile index 751d42d5..0a92eaba 100644 --- a/backend/categorisation/handler/Dockerfile +++ b/backend/categorisation/handler/Dockerfile @@ -29,6 +29,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy application code # ----------------------------- COPY utils/ utils/ +# NOTE: if build is ever slow we can be more specific with which files are copied COPY backend/ backend/ COPY datatypes/ datatypes/