feat: add shell utf-8 env
This commit is contained in:
@@ -113,6 +113,8 @@ ARG BASE_TAG
|
||||
FROM ghcr.io/engigu/baihu:${BASE_TAG}
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
ENV LANG=C.UTF-8
|
||||
ENV LC_ALL=C.UTF-8
|
||||
ENV PATH="/app/envs/node/bin:/app/envs/python/bin:$PATH"
|
||||
ENV NODE_PATH="/app/envs/node/lib/node_modules"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user