Use docker-compose
All checks were successful
Espetos-CI-Multibranch/pipeline/pr-main This commit looks good

This commit is contained in:
jose-rZM
2025-12-21 15:01:13 +01:00
parent 5076933e81
commit 46128b72e2

View File

@@ -113,7 +113,7 @@ pipeline {
echo "BACKEND_TAG=${BUILD_NUMBER}" > .env
echo "FRONTEND_TAG=${BUILD_NUMBER}" >> .env
docker compose up -d
docker-compose up -d
'''
}
}