Skip to content

Commit

Permalink
add fonts to docker impl
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMuhimbura committed Jan 8, 2024
1 parent 4555a6b commit 66e67c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN wget -q https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.23/mys
FROM azul/zulu-openjdk:17 as fineract
COPY --from=builder /fineract/fineract-provider/pentahoReports/*.properties /root/.mifosx/pentahoReports/
COPY --from=builder /fineract/fineract-provider/pentahoReports/*.prpt /root/.mifosx/pentahoReports/
COPY --from=builder /fineract/fineract-provider/pentahoReports/fonts/*.ttf /usr/local/share/fonts/
COPY --from=builder /fineract/fineract-provider/build/libs/ /app
COPY --from=builder /app/libs /app/libs

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 66e67c3

Please sign in to comment.