feat: add shell utf-8 env

This commit is contained in:
engigu
2026-02-10 16:50:02 +08:00
parent aef124defc
commit d9d16c9a21
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
set -e
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
PYTHON_VENV_DIR="/app/envs/python"
NODE_ENV_DIR="/app/envs/node"