From dac7c2dbcfda7fcb338cfb51aa05b3a9f5b3e7ed Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Sun, 18 Jan 2026 00:32:32 +0100 Subject: [PATCH] update copy in dockerfile --- Dockerfile-web | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-web b/Dockerfile-web index e16d63b..293ace2 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -19,6 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy application files COPY app.py . +COPY lib.py . COPY ingress.py . COPY models.py .