Compare commits

..

2 Commits

Author SHA1 Message Date
Jorijn Schrijvershof
5eb73fc7fa Merge branch 'main' into fix/release-please-uv-lock 2026-01-08 21:45:23 +01:00
Jorijn Schrijvershof
4271e57a67 chore(release): track uv.lock in release-please 2026-01-08 21:43:50 +01:00

View File

@@ -40,7 +40,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
# Install Python dependencies
COPY pyproject.toml uv.lock ./
RUN pip install --no-cache-dir --upgrade pip uv && \
uv sync --frozen --no-dev --no-install-project
uv sync --frozen --no-dev
# =============================================================================
# Stage 2: Runtime