diff --git a/Jenkinsfile b/Jenkinsfile index a782e21..9f78eab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Stop and Remove Existing Container') { steps { sh ''' - "docker-compose up --force-recreate --build -d parse_saby" + "docker compose up --force-recreate --build -d parse_saby" "docker image prune -f" ''' }