From 5c78887ba3d139b9aea70b93714edf961e168b5a Mon Sep 17 00:00:00 2001 From: PAVEL PALMA Date: Wed, 25 Feb 2026 02:18:25 -0600 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d0a95f..cf680ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /app # Install dependencies first (cached layer as long as lockfile doesn't change) COPY pyproject.toml uv.lock ./ -RUN uv lock --upgrade +RUN uv lock RUN uv sync --locked --no-install-project --no-editable # Copy the rest of the project and install it