mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 部署部分系统出现乱码问题
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user