docker: fix dockerfile to include scripts and micromate folders

This commit is contained in:
2026-05-20 19:58:54 +00:00
parent fffb363b2b
commit 0e89125495
+2
View File
@@ -8,8 +8,10 @@ RUN apt-get update && \
COPY pyproject.toml requirements.txt ./ COPY pyproject.toml requirements.txt ./
COPY minimateplus ./minimateplus COPY minimateplus ./minimateplus
COPY micromate ./micromate
COPY sfm ./sfm COPY sfm ./sfm
COPY bridges ./bridges COPY bridges ./bridges
COPY scripts ./scripts
RUN pip install --no-cache-dir -e . RUN pip install --no-cache-dir -e .