This commit is contained in:
work 2025-02-05 13:14:39 +01:00
parent f85921fdf8
commit 451df6709a

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
stage ('Docker build') { stage ('Docker build') {
steps { steps {
script { script {
sh 'docker build -t spring-pet-clinic .' sh 'DOCKER_HOST=tcp://docker:2376 docker build -t spring-pet-clinic .'
} }
} }