Skip to content

Commit 8516e1f

Browse files
committed
fix: README needs to be included
1 parent dfa4a7d commit 8516e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
RUN pip install uv
99

1010
# Copy dependency definitions
11-
COPY pyproject.toml uv.lock .
11+
COPY pyproject.toml uv.lock README.md .
1212

1313
# Install project dependencies using uv based on the lock file
1414
RUN uv sync

0 commit comments

Comments
 (0)