This commit is contained in:
Adil Hafeez 2025-12-25 22:04:04 -08:00
parent d5024ee0fa
commit c92b9daeb9
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -35,7 +35,8 @@ WORKDIR /app
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
# Copy Python dependency files
COPY cli/pyproject.toml cli/uv.lock ./
COPY cli/pyproject.toml ./
COPY cli/uv.lock ./
# Install dependencies using uv
RUN uv sync --frozen --no-dev