вернул дефис
parent
02be4156d4
commit
34a91a6f80
|
|
@ -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"
|
||||
'''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue