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 75f925c..9dd8e79 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile @@ -63,7 +63,7 @@ ENV PATH=/opt/venv/bin:$PATH # Copy pre-built wheels from wheelhouse stage (platform-specific) COPY --from=wheelhouse /wheels /wheels -COPY --from=builder /wheels/requirements.txt ./requirements.txt +COPY --from=wheelhouse /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