字体缺失,镜像内处理

This commit is contained in:
wangliwen 2022-07-07 10:07:49 +08:00
parent 446a0928bc
commit 08e3b2d09a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ VOLUME ["/usr/hisense"]
ADD application/$TAR_FILE $VERTICLE_HOME/
COPY simsun.ttc /usr/share/fonts/truetype/dejavu/
RUN cd /usr/share/fonts/truetype/dejavu && chmod 755 * && fc-cache -fv
WORKDIR $VERTICLE_HOME/renren-admin
ENTRYPOINT ["sh", "-c"]