Update Dockerfile-do
This commit is contained in:
@@ -20,7 +20,6 @@ COPY ./scripts/* /scripts/
|
|||||||
# Install fonts
|
# Install fonts
|
||||||
RUN mkdir /usr/share/fonts/opentype/noto/
|
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/*.ttf /usr/share/fonts/opentype/noto/
|
||||||
COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/
|
|
||||||
RUN fc-cache -f -v
|
RUN fc-cache -f -v
|
||||||
|
|
||||||
# Copy the application JAR file from the build stage
|
# Copy the application JAR file from the build stage
|
||||||
|
|||||||
Reference in New Issue
Block a user