This commit is contained in:
Ramón Vásquez 2025-10-29 16:06:09 -03:00
parent f3c4a6f8e5
commit a0bf0ee30b

2
Jenkinsfile vendored
View file

@ -49,7 +49,7 @@ pipeline {
steps {
sh "echo ${AWS_REGISTRY}:${IMAGE_TAG}"
script {
docker.build("${AWS_REGISTRY}:${IMAGE_TAG}", '-f . --no-cache --pull')
docker.build("${AWS_REGISTRY}:${IMAGE_TAG}", '-f Dockerfile . --no-cache --pull')
}
}
}