Use docker compose instead of docker-compose

This commit is contained in:
2025-12-24 14:00:06 +01:00
parent d49e756c21
commit c6780b53fc
2 changed files with 10 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ pipeline {
echo "Deploying backend ${BUILD_NUMBER}"
BACKEND_TAG=latest FRONTEND_TAG=latest docker-compose up -d
BACKEND_TAG=latest FRONTEND_TAG=latest docker compose up -d
'''
}
}