1. 修改了应用端口的问题

2. 增加了创建虚拟环境的脚本和删除虚拟环境的脚本
This commit is contained in:
2026-01-26 14:33:00 +08:00
parent 730ac6f460
commit 40ca89fad5
23 changed files with 714 additions and 40 deletions

View File

@@ -11,4 +11,6 @@ fi
# 启动服务
echo "启动后端服务..."
python3 main.py
nohup python3 main.py &
# 日志会写入 logs/ 目录,同时输出到 stdoutDocker 日志可见)
echo "后端服务已在后台启动"