From 79358ed60d82f84c2e981bfb735cb153776eae97 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:41:00 +0100 Subject: [PATCH] Update Dockerfile-do --- Dockerfile-do | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile-do b/Dockerfile-do index e93be020e..f548fbef7 100644 --- a/Dockerfile-do +++ b/Dockerfile-do @@ -20,7 +20,6 @@ COPY ./scripts/* /scripts/ # Install fonts RUN mkdir /usr/share/fonts/opentype/noto/ COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ -COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/ RUN fc-cache -f -v # Copy the application JAR file from the build stage