From 99ff1144c4a5066b8a36f5c5a59e0641b211f7c1 Mon Sep 17 00:00:00 2001 From: biryu2000 Date: Sun, 25 May 2025 01:37:26 +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 80ffb67..4c2246d 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' } } }