convert images on upload

This commit is contained in:
Pete Matsyburka
2026-05-20 15:23:42 +03:00
parent d057fb0f67
commit a68cc0b689
2 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ ENV OPENSSL_CONF=/etc/openssl_legacy.cnf
WORKDIR /app
RUN apk add --no-cache libpq vips redis vips-heif onnxruntime
RUN apk add --no-cache libpq vips redis onnxruntime
RUN addgroup -g 2000 docuseal && adduser -u 2000 -G docuseal -s /bin/sh -D -h /home/docuseal docuseal