From 182d2403c3214e8f5f89a95f3c5fe7b2e8acccc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 25 Aug 2025 14:14:54 +0500 Subject: [PATCH] test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a1c6da..c8a5f9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('Build and Run Container') { steps { sh ''' - docker build -t parse-saby . + docker-compose up --build -d docker logs parse-saby ''' }