From 4244c4175cb5efd66fd031a6fa64bcb07b6f6bd0 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sun, 19 Jul 2026 22:22:40 +0700 Subject: [PATCH] update --- .../CODEBASE/deps/implementation/backend_deploy/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cdb531e..4274d00 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile @@ -112,8 +112,8 @@ COPY --from=builder /opt/venv/libglib-2.0.so.0 /lib/ COPY --from=builder /usr/local/lib/ /usr/local/lib/ # Copy your prepared virtual environment and structures -COPY --from=builder /opt/venv /opt/venv -COPY --from=builder /app/logs /app/logs +# COPY --from=builder /opt/venv /opt/venv +# COPY --from=builder /app/logs /app/logs # Step 2: Assign an explicit numeric ID (like 999) when creating the user/group