From ed1c8d89d8f6a8deabc969082aeb9024a2b2b483 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sun, 19 Jul 2026 08:41:12 +0700 Subject: [PATCH] update --- .../CODEBASE/deps/implementation/backend_deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile index 0add326..75f925c 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile @@ -60,10 +60,10 @@ RUN python -m venv /opt/venv ENV PATH=/opt/venv/bin:$PATH # Copy requirements for pip install validation -COPY requirements.txt . # Copy pre-built wheels from wheelhouse stage (platform-specific) COPY --from=wheelhouse /wheels /wheels +COPY --from=builder /wheels/requirements.txt ./requirements.txt # Install dependencies FROM LOCAL WHEELS ONLY (no network access needed) # --no-index: do not query PyPI or any external index