From 5005f751a1756aa108f369fdf0eec282d44ce9d5 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:07:27 +0000 Subject: [PATCH] Update Dockerfile2 --- Dockerfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile2 b/Dockerfile2 index 46e45bc02..9e65bb1d1 100644 --- a/Dockerfile2 +++ b/Dockerfile2 @@ -45,7 +45,7 @@ COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/ # Copy the application JAR file from the download stage -COPY --from=downloader /downloader/*.jar /app.jar +COPY --from=downloader /downloader/Stirling-PDF.jar /app.jar # Set font cache and permissions RUN fc-cache -f -v && chmod +x /scripts/*