Elimnacion del nombre de imagen , solo ruta al docker

This commit is contained in:
2026-03-20 13:05:52 +01:00
parent 4562b0c33f
commit 73fbdd8048
2 changed files with 1 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ pipeline {
}
stages {
stage ('build container image') {
steps {
sh 'docker compose -f deployment/develop/docker/docker-compose.yaml --project-directory ./ build'
}
}
stage('📦 Install dependencies') {
steps {
sh 'npm install'