Skip to content

Commit

Permalink
update 优化 删除无用语句
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaLionLi committed Jul 9, 2024
1 parent 1b14f7a commit 442069c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ruoyi-auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 0 additions & 4 deletions ruoyi-modules/ruoyi-workflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 442069c

Please sign in to comment.