From 44cfe3b3cfd165734b238cf8cf58ab89837c8420 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 4 Nov 2025 19:34:41 +0100 Subject: [PATCH] wip #7772 --- Dockerfile | 1 + startup | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7c9ef41..b407771 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip3 install docling accelerate rapidocr COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup + CMD exec /usr/bin/startup STOPSIGNAL SIGQUIT EXPOSE 9000 diff --git a/startup b/startup index 2d7f891..ba6b274 100755 --- a/startup +++ b/startup @@ -1,3 +1,4 @@ #!/bin/sh /application/bin/mount +chown -R 33:33 /usr/lib/python3* /usr/sbin/php-fpm8.4 -O \ No newline at end of file -- 2.39.5