fix 修复 部署工作流缺少字体文件问题

This commit is contained in:
疯狂的狮子Li
2025-01-17 15:59:43 +08:00
parent ce7f5121b0
commit a6fc47b4f6
5 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,8 @@ ENV SERVER_PORT=8080 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
EXPOSE ${SERVER_PORT}
ADD ./target/ruoyi-admin.jar ./app.jar
# 工作流字体文件
ADD ./zhFonts/ /usr/share/fonts/zhFonts/
SHELL ["/bin/bash", "-c"]