This commit is contained in:
2025-10-21 16:21:33 +00:00

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install --no-cache-dir uv
# Copy project files
COPY pyproject.toml uv.lock ./
COPY pyproject.toml uv.lock README.md ./
COPY src/ ./src/
# Install Python dependencies using uv