修复一个问题

This commit is contained in:
毛鹏
2025-09-01 12:47:49 +08:00
parent def194155e
commit 4fa4eb126e

View File

@@ -3,7 +3,7 @@ docker container prune -f
docker rmi $(docker images -f "dangling=true" -q) 2>/dev/null || true
cd /code/MangoTestingPlatform
git pull
docker-compose --env-file .env build
docker-compose build
docker-compose up -d
docker ps