Copy readme aswell

This commit is contained in:
Jonas Linter
2025-10-21 18:21:10 +02:00
parent 794599a454
commit 74c9ee6ec5

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