This commit is contained in:
Matias Pou 2026-01-06 15:25:41 -03:00
parent c97cecf951
commit cecd1a7497

1
Jenkinsfile vendored
View file

@ -47,6 +47,7 @@ pipeline {
sh "echo ${AWS_IMAGE}"
script {
docker.build("${AWS_IMAGE}", '-f src/worker/Dockerfile ./src/worker/ --no-cache')
// docker.build("${AWS_IMAGE}", '--no-cache --pull -f src/Service/Infrastructure/App/Dockerfile .')
}
}
}