Skip to content

Commit

Permalink
Merge pull request #405 from fiterlatam/fix/FBR-519
Browse files Browse the repository at this point in the history
add fonts to docker impl
  • Loading branch information
BrianMuhimbura authored Jan 8, 2024
2 parents 95348d6 + 66e67c3 commit e5152b5
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 e5152b5

Please sign in to comment.