diff --git a/Jenkinsfile b/Jenkinsfile index 78de948..450c097 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { sh "docker images" sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker images" - sh "docker image remove -f" + sh "docker image remove -f parse_saby" sh "docker images" } }