Copy readme aswell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user