Newer
Older
go-algo-server / run.sh
zhangyingjie on 7 Mar 161 bytes 更新部署配置
#!/bin/sh

set -e
set -x

export PYTHONIOENCODING=utf-8
export LANG=C.UTF-8
export LC_ALL=C.UTF-8

cd /code/go-algo-server
exec python3 app.py
#tail -f /dev/null