diff --git a/Jenkinsfile b/Jenkinsfile index 843e15c..ed3d9ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('recreate > build > run container') { steps { - sh "docker-compose up --force-recreate --build parse_saby" + sh "docker-compose up -d --force-recreate --build parse_saby" } } }