diff --git a/Jenkinsfile b/Jenkinsfile index 9f78eab..a782e21 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" ''' }