diff --git a/Jenkinsfile b/Jenkinsfile index 1dd3b5171..4aebdd1d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Run') { steps { sh 'docker build -f Dockerfile.run -t petclinic-run .' - sh 'docker-compose up' + sh 'docker-compose up -d' } }