File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
ruoyi-modules/ruoyi-workflow Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/auth/logs \
1111
1212WORKDIR /ruoyi/auth
1313
14- # 补全alpine镜像缺失字体问题
15- RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
16- RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
17-
1814ENV SERVER_PORT=9210 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
1915
2016EXPOSE ${SERVER_PORT}
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/workflow/logs \
1111
1212WORKDIR /ruoyi/workflow
1313
14- # 补全alpine镜像缺失字体问题
15- RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
16- RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
17-
1814ENV SERVER_PORT=9205 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
1915
2016EXPOSE ${SERVER_PORT}
You can’t perform that action at this time.
0 commit comments