From 875d9da36b4ad96c6e103e5b9e01378df83add51 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:41:05 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5eb93e6d..6d830346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/ COPY build/libs/*.jar app.jar # Set font cache and permissions -RUN fc-cache -f -v && chmod +x /scripts/init.sh +RUN fc-cache -f -v && chmod +x /scripts/* ##&& \ ## chown stirlingpdfuser:stirlingpdfgroup /app.jar && \