商品bug

This commit is contained in:
litianxiang
2026-04-28 09:39:28 +08:00
parent 259a7c8c2a
commit e433921abe
5 changed files with 23 additions and 19 deletions

View File

@@ -141,8 +141,8 @@ jobs:
cd ${{ env.REMOTE_DEPLOY_PATH }}
echo "停止旧容器..."
docker compose down || true
echo "清理Docker资源..."
docker system prune -f
# echo "清理Docker资源..."
# docker system prune -f
echo "构建镜像..."
docker compose build --no-cache
echo "启动服务..."