diff --git a/Jenkinsfile b/Jenkinsfile index c68c1fc..e420c6d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,6 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh 'docker stop parse_saby || true' - sh "docker rm parse_saby || true" sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker image prune -f" }