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

This commit is contained in:
疯狂的狮子Li
2023-08-21 14:11:15 +08:00
parent 6635cef184
commit 5827cbb0a1
11 changed files with 14 additions and 8 deletions

View File

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