商品bug

This commit is contained in:
litianxiang
2026-04-28 09:39:26 +08:00
parent cb87ad1099
commit c03a8762e7
8 changed files with 103 additions and 102 deletions

View File

@@ -135,8 +135,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 "启动服务..."