ci: Fixes user in Dockerfile

This commit is contained in:
Piotr Dec 2025-12-18 22:36:22 +01:00
parent 70b9f6f28c
commit 55ec7445ee
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -44,4 +44,6 @@ RUN apk update --no-cache \
COPY --from=builder --chown=app:app /app/.venv /app/.venv COPY --from=builder --chown=app:app /app/.venv /app/.venv
COPY --from=builder --chown=app:app /app/src /app/src COPY --from=builder --chown=app:app /app/src /app/src
USER $USER
CMD ["/app/src/karl/__init__.py"] CMD ["/app/src/karl/__init__.py"]