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