Use docker compose instead of docker-compose

This commit is contained in:
jose-rZM
2025-12-24 14:00:06 +01:00
parent 31859810fb
commit 309d0ffa81
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
'''
}
}