We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91b9c0 commit 95b4eecCopy full SHA for 95b4eec
.github/workflows/gradle.yml
@@ -49,6 +49,7 @@ jobs:
49
echo "✅ pulling latest image..."
50
docker compose pull
51
echo "🧹 stopping old containers..."
52
- docker compose down || true
+ docker compose down --remove-orphans || true
53
+ docker compose rm -f || true
54
echo "🚀 starting new containers..."
55
docker compose up -d --build
0 commit comments