вернул дефис

main
Лев 2025-08-26 09:45:24 +05:00
parent 02be4156d4
commit 34a91a6f80
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') {
steps {
sh '''
"docker compose up --force-recreate --build -d parse_saby"
"docker-compose up --force-recreate --build -d parse_saby"
"docker image prune -f"
'''
}