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 && \