Commit a97f709a authored by daidekun's avatar daidekun

utf8

parent 62e1faa1
...@@ -27,4 +27,7 @@ WORKDIR /home/demoXterm ...@@ -27,4 +27,7 @@ WORKDIR /home/demoXterm
RUN npm install RUN npm install
RUN npm run build RUN npm run build
# 中文字符集
RUN export LANG="en_US.UTF-8"
RUN alias "la=ls -al" RUN alias "la=ls -al"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment