update the Docker file
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Successful in 10m0s
Backend EC - Modal Deployment / notify-deploy (push) Failing after 4m33s

This commit is contained in:
DatTT127
2026-07-19 13:09:40 +07:00
parent 6970388d36
commit 501ae4fcf9

View File

@@ -106,7 +106,10 @@ RUN groupadd -g 999 appgroup && \
# libsm6 \
# && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y \
libglib2.0-0 \
&& rm -rf /var/lib/apt/lists/*
# Step 3: Use the exact matching numeric IDs for --chown
COPY --from=builder --chown=999:999 /opt/venv /opt/venv
ENV PATH=/opt/venv/bin:$PATH