From 34a91a6f8018de40c209a35fee45d278becb12cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Tue, 26 Aug 2025 09:45:24 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=84=D0=B8=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ''' }