更新 docker 构建

This commit is contained in:
wojiaoyishang
2025-01-26 16:38:32 +08:00
parent c9b08a07f4
commit fa6cc47063
16 changed files with 12 additions and 265 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
#!/bin/bash
# 这里可以设置同步时间等操作
# 运行程序
echo "Starting application..."
python3 app.py
# 这里可以修改运行命令
gunicorn -b 0.0.0.0:5000 app:app