From 8562c1506291dd328d6eca4c78af3c6f62b8ed2e Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Tue, 17 Jun 2025 11:27:39 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20Jenkinsfile=20-=20Dockerfile=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smarketing-ai/deployment/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarketing-ai/deployment/Jenkinsfile b/smarketing-ai/deployment/Jenkinsfile index 6a85a4f..4896d33 100644 --- a/smarketing-ai/deployment/Jenkinsfile +++ b/smarketing-ai/deployment/Jenkinsfile @@ -86,7 +86,7 @@ podTemplate( # Docker 이미지 빌드 podman build \ - -f deployment/Dockerfile \ + -f smarketing-ai/deployment/Dockerfile \ -t ${props.registry}/${props.image_org}/smarketing-ai:${imageTag} . # 이미지 푸시