v0.20.0 -- Full s3 event parse and PDF creation. #28

Merged
serversdown merged 46 commits from dev into main 2026-05-28 17:54:34 -04:00
Showing only changes of commit 0e89125495 - Show all commits
+4 -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 sfm ./sfm COPY micromate ./micromate
COPY bridges ./bridges COPY sfm ./sfm
COPY bridges ./bridges
COPY scripts ./scripts
RUN pip install --no-cache-dir -e . RUN pip install --no-cache-dir -e .