Skip to content

Commit

Permalink
fix(postgres): 确保正确设置LANG环境变量ENV LANG=zh_CN.utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Aug 24, 2024
1 parent 4e83111 commit 72c64c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8
RUN localedef -i zh_HK -c -f UTF-8 -A /usr/share/locale/locale.alias zh_HK.UTF-8
RUN localedef -i zh_TW -c -f UTF-8 -A /usr/share/locale/locale.alias zh_TW.UTF-8
ENV LANG zh_CN.utf8
ENV LANG=zh_CN.utf8

0 comments on commit 72c64c2

Please sign in to comment.