From cc821f9ee37bc88c32202f86d7da69aab4ebdd17 Mon Sep 17 00:00:00 2001 From: serversdwn Date: Thu, 21 May 2026 20:42:15 +0000 Subject: [PATCH] hotfix: fix dockerfile on main to fix import bug on prod --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fb05f7..a9526a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,10 @@ RUN apt-get update && \ COPY pyproject.toml requirements.txt ./ COPY minimateplus ./minimateplus -COPY sfm ./sfm -COPY bridges ./bridges +COPY micromate ./micromate +COPY sfm ./sfm +COPY bridges ./bridges +COPY scripts ./scripts RUN pip install --no-cache-dir -e .