fix/cluster-manager-crash-due-to-overpass-exception #72

Merged
kscheidecker merged 24 commits from fix/cluster-manager-crash-due-to-overpass-exception into main 2025-11-24 19:22:23 +00:00
Showing only changes of commit 132aa5a19b - Show all commits

View File

@@ -21,7 +21,7 @@ COPY uv.lock uv.lock
COPY .python-version .python-version
# Sync the venv
RUN uv sync --frozen --no-cache
RUN uv sync --frozen --no-cache --no-dev
# Copy application files
COPY src src