From a78e188082f5c5a85317de4f529cf065e6127151 Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 01:55:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=A0=ED=82=A8=EC=8A=A4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3585133..1c95d26 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,8 +14,8 @@ pipeline { stage('Build & Deploy') { steps { - sh 'docker-compose down' - sh 'docker-compose up -d --build' + sh 'docker compose down' + sh 'docker compose up -d --build' } } }