This commit is contained in:
2025-06-15 22:13:35 +08:00
parent e5e9115c50
commit 7edeea299e
2 changed files with 0 additions and 7 deletions

View File

@@ -18,8 +18,6 @@ WORKERS=$(python -c 'import multiprocessing; print(multiprocessing.cpu_count() *
# 确保媒体目录存在并有正确的权限
echo "Setting up media directory..."
mkdir -p /app/media
chown -R appuser:appuser /app/media
chmod 755 /app/media
# 启动 Gunicorn
echo "Starting Gunicorn with $WORKERS workers..."