Apply validation feedback for uv lock and dependency docs

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/7a547c09-9817-47a6-979e-c19cbcaa4c08

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-08 07:54:56 +00:00
committed by GitHub
parent 1ff72c7a94
commit e8a26f497e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ ENV PYTHONUNBUFFERED=1
WORKDIR /app
COPY pyproject.toml /app/
COPY uv.lock /app/
RUN apk --no-cache update && apk --no-cache upgrade
RUN pip install --no-cache-dir uv
RUN uv sync --no-dev --no-install-project