feat: add shell utf-8 env
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user