Merge branch 'main' into main

This commit is contained in:
Zahid Ullah Khan 2026-01-28 16:31:44 +05:00 committed by GitHub
commit 867fda24b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,9 +31,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Installing separately from its dependencies allows optimal layer caching
COPY server/ /app
# Copy the utils directory from the parent project
COPY utils /app/utils
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --no-dev