From e560028097f648434731af1a74b8deb1451ff7a8 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 31 Jan 2024 20:57:34 +0100 Subject: [PATCH] Update Dockerfile-lite --- Dockerfile-lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-lite b/Dockerfile-lite index 7784d303..1f41ccd6 100644 --- a/Dockerfile-lite +++ b/Dockerfile-lite @@ -48,7 +48,7 @@ RUN apk add --no-cache \ # chown stirlingpdfuser:stirlingpdfgroup /app.jar # Set environment variables -ENV ENDPOINTS_GROUPS_TO_REMOVE=Python,OpenCV,OCRmyPDF +ENV ENDPOINTS_GROUPS_TO_REMOVE=OpenCV,OCRmyPDF ENV DOCKER_ENABLE_SECURITY=false # Run the application