We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca6a7b commit 16305f5Copy full SHA for 16305f5
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.11.2 /uv /uvx /bin/
5
WORKDIR /app
6
7
# Copy dependency files and install
8
-COPY pyproject.toml uv.lock ./
+COPY pyproject.toml uv.lock README.md ./
9
RUN uv sync --frozen --no-dev --no-install-project
10
11
# Copy the rest of the code
0 commit comments