mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-01 18:26:17 +00:00
update 优化 删除无用语句
This commit is contained in:
@@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/auth/logs \
|
||||
|
||||
WORKDIR /ruoyi/auth
|
||||
|
||||
# 补全alpine镜像缺失字体问题
|
||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
|
||||
|
||||
ENV SERVER_PORT=9210 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
|
||||
|
||||
EXPOSE ${SERVER_PORT}
|
||||
|
@@ -11,10 +11,6 @@ RUN mkdir -p /ruoyi/workflow/logs \
|
||||
|
||||
WORKDIR /ruoyi/workflow
|
||||
|
||||
# 补全alpine镜像缺失字体问题
|
||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
|
||||
|
||||
ENV SERVER_PORT=9205 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
|
||||
|
||||
EXPOSE ${SERVER_PORT}
|
||||
|
Reference in New Issue
Block a user