diff --git a/Jenkinsfile b/Jenkinsfile index ab1ba07..843e15c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,9 +2,9 @@ pipeline { agent { label 'agent_smith' } stages { - stage('recreate > build > reun container') { + 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" } } }