main
Лев 2025-08-25 17:51:02 +05:00
parent 531bb13d76
commit 183a8f12fa
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Stop and Remove Existing Container') { stage('Stop and Remove Existing Container') {
steps { steps {
sh ''' sh '''
"docker-compose up --force-recreate --build -d parse_saby" "docker compose up --force-recreate --build -d parse_saby"
"docker image prune -f" "docker image prune -f"
''' '''
} }