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