Files
MangoTestingPlatform/start_service.sh
2025-11-28 20:38:47 +08:00

10 lines
322 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
docker compose down
docker container prune -f
docker rmi $(docker images -f "dangling=true" -q) 2>/dev/null || true
git pull
docker compose build
docker compose up -d
echo "请等待20秒让容器完全启动..."
sleep 20
docker logs mangotestingplatform-mango_server-1
docker logs mangotestingplatform-mango_actuator-1