mirror of https://github.com/zulip/zulip.git
docker: Fix Docker development environment unicode handling.
Fixes #11323. Thanks to xiamingplus for the report and debugging.
This commit is contained in:
parent
68552c31cb
commit
19a4c6de6a
|
@ -12,6 +12,6 @@ USER zulip
|
|||
|
||||
RUN ln -nsf /srv/zulip ~/zulip
|
||||
|
||||
RUN echo 'export LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"' >> ~zulip/.bashrc
|
||||
RUN echo 'export LC_ALL="en_US.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8"' >> ~zulip/.bash_profile
|
||||
|
||||
WORKDIR /srv/zulip
|
||||
|
|
Loading…
Reference in New Issue