This commit is contained in:
PAVEL PALMA
2026-02-25 02:18:25 -06:00
parent 3d526b903f
commit 5c78887ba3

View File

@@ -11,7 +11,7 @@ WORKDIR /app
# Install dependencies first (cached layer as long as lockfile doesn't change) # Install dependencies first (cached layer as long as lockfile doesn't change)
COPY pyproject.toml uv.lock ./ COPY pyproject.toml uv.lock ./
RUN uv lock --upgrade RUN uv lock
RUN uv sync --locked --no-install-project --no-editable RUN uv sync --locked --no-install-project --no-editable
# Copy the rest of the project and install it # Copy the rest of the project and install it