Commit 3c7c2f2c authored by hongguangwu's avatar hongguangwu

MVP1.7.12-社保字体

parent 374981fc
......@@ -9,8 +9,12 @@ ARG JAR_FILE=target/yifu-social-biz.jar
COPY ${JAR_FILE} app.jar
## 解决使用excel工具转png docker乱码没有宋体
RUN set -xe && apk --no-cache add fontconfig
COPY simsun.ttc /usr/share/fonts/
#RUN set -xe && apk --no-cache add fontconfig
#COPY simsun.ttc /usr/share/fonts/
#引用本地文件fonts/simsun.ttc
COPY fonts/simsun.ttc /usr/share/fonts/
##end
EXPOSE 5002
......
sumsun.ttc文件是字体——宋体,用于excel转化png过程乱码。
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment