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