fix 修复 部署部分系统出现乱码问题

This commit is contained in:
疯狂的狮子Li 2023-08-21 14:08:12 +08:00
parent 2a74329206
commit 301111fffd
3 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN mkdir -p /ruoyi/server/logs \
WORKDIR /ruoyi/server
ENV SERVER_PORT=8080
ENV SERVER_PORT=8080 LANG=C.UTF-8 LC_ALL=C.UTF-8
EXPOSE ${SERVER_PORT}

View File

@ -6,6 +6,8 @@ RUN mkdir -p /ruoyi/monitor/logs
WORKDIR /ruoyi/monitor
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
EXPOSE 9090
ADD ./target/ruoyi-monitor-admin.jar ./app.jar

View File

@ -6,6 +6,8 @@ RUN mkdir -p /ruoyi/powerjob/logs
WORKDIR /ruoyi/powerjob
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
EXPOSE 7700
ADD ./target/ruoyi-powerjob-server.jar ./app.jar