From 08b2d7c4e4705833d702471833b0bf4076166e93 Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Thu, 21 May 2026 06:01:22 +0200 Subject: [PATCH] fixed api dockerfile copy --- api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Dockerfile b/api/Dockerfile index d4c18a7..79fd1de 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY src . COPY start_server.sh . +COPY build_models . RUN chmod +x start_server.sh