Fix deployment template security scan blockers

This commit is contained in:
Zohaib Hassnain
2026-06-24 18:43:59 +05:00
parent bacc37ab77
commit 795557f08a
10 changed files with 84 additions and 38 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ COPY semantica/ ./semantica/
COPY integrations/ ./integrations/
COPY --from=frontend-builder /app/semantica/static ./semantica/static
RUN pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir ".[explorer]" \
RUN pip install --no-cache-dir ".[explorer]" \
&& chown -R semantica:semantica /app
USER semantica