<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 19:16:05 +03:00
parent c54161a470
commit a5975709d1
-4
View File
@@ -25,10 +25,6 @@ COPY --from=builder /opt/venv /opt/venv
COPY . . COPY . .
RUN adduser -D -g '' app && chown -R app:app ./
USER app
ENV PYTHONDONTWRITEBYTECODE=1 \ ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \ PYTHONUNBUFFERED=1 \
PYTHONOPTIMIZE=2 \ PYTHONOPTIMIZE=2 \